Skip to content

SaveThread

Create or update a forum thread

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

The thread id, required for updating

The title of the thread

The main text body of the thread

Forum categories the thread should be within

Media related to the contents of the thread

If the thread should be stickied. (Mod Only)

If the thread should be locked. (Mod Only)

Forum Thread