SaveThread
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
SaveThread.body ● String scalar
The main text body of the thread
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