Updates reactions on a specified comment. Requires authenticated user.
POST
/api/v1/comments/{commentId}/reactions
curl \
--request POST 'https://crowdparlay.com/api/v1/comments/{commentId}/reactions' \
--header "Content-Type: application/json" \
--data '["string"]'
Request examples
[
"string"
]
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"errors": {
"additionalProperty1": [
"string"
],
"additionalProperty2": [
"string"
]
}
}
Response examples (403)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (500)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}