Creates a post inside a thread.
POST
/api/forum/threads/{threadId}/posts
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
threadId*
Typestring
RequiredPattern
"[1-9][0-9]*"Request Body
application/json
JSON
{
"body": "Example content of a forum post"
}
Responses
Success