Mutations

SaveThread

Create or update a forum thread

Create or update a forum thread

SaveThread(
  id: Int
  title: String
  body: String
  categories: [Int]
  mediaCategories: [Int]
  sticky: Boolean
  locked: Boolean
): Thread

Arguments

SaveThread.id ● Int scalar

The thread id, required for updating

SaveThread.title ● String scalar

The title of the thread (Min: 6, Max: 120)

SaveThread.body ● String scalar

The main text body of the thread (Max: 30000)

SaveThread.categories ● Int list scalar

Forum categories the thread should be within

SaveThread.mediaCategories ● Int list scalar

Media related to the contents of the thread

SaveThread.sticky ● Boolean scalar

If the thread should be stickied. (Mod Only)

SaveThread.locked ● Boolean scalar

If the thread should be locked. (Mod Only)

Type

Thread object

Forum Thread

Copyright © 2026