Comment On Thread
POST /threads/{threadId}/comments
Commenting on existing thread.
Path Params
threadId: thread-unique_id
Headers
Authorization: Bearer {accessToken}
Content-Type: application/json
Body
{
"content": "string"
}
POST /threads/{threadId}/comments
Commenting on existing thread.
threadId: thread-unique_id
Authorization: Bearer {accessToken}
Content-Type: application/json
{
"content": "string"
}