Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Create a post inside a thread.
POST
/api/forum/thread/{threadId}/posts
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
threadId
*
Type
string
Required
Pattern
"\\d+"
Request Body
application/json
Schema
JSON
JSON
{
"body"
:
null
}
Responses
200
401
403
success
POST
/api/forum/thread/{threadId}/posts
Playground
Authorization
api_key
Variables
Key
Value
threadId
*
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python