Video Comments
Create a thread
post/api/v1/videos/{id}/comment-threads
Path parameters
Example:42
The object id, uuid or short uuid
Request body
Response
successful operation
Example response
{
"comment": {
"account": {
"id": 42,
"name": "chocobozzz",
"userId": 42
},
"id": 42,
"inReplyToCommentId": 42,
"text": "This video is wonderful!",
"threadId": 42,
"videoId": 42
}
}