comments
Updates a comment
put/comments/{comment_id}
Path parameters
comment_idstring required
A Comment ID
Query parameters
user_idstring required
The user ID of the user making the request
Request body
Example request
{
"entityId": 12345,
"mentions": [
67890
]
}Response
Comment updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.