Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Adds an emoji reaction to a post. An emoji is an arbitrary string but needs to be supported by the frontend.
POST
/api/forum/post/{postId}/reaction/{emoji}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
postId
*
Type
string
Required
Pattern
"\\d+"
emoji
*
Type
string
Required
Pattern
"\\w+"
Responses
200
401
403
404
success
POST
/api/forum/post/{postId}/reaction/{emoji}
Playground
Authorization
api_key
Variables
Key
Value
postId
*
emoji
*
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python