Create a thread inside a forum.
POST
/api/regions/{regionId}/forum/threads
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
regionId*
Typestring
RequiredQuery Parameters
subforumId
Typeinteger
Request Body
application/json
JSON
{
"body": "Example content of a forum post",
"title": "Forum thread title",
"sendMail": true
}
Responses
Success