Path Parameters
The ID of the comment to update
Body Parameters
The updated comment content
Response
Returns the updated comment object.Unique comment identifier
ID of the entity this comment belongs to
Updated comment content
Last update timestamp in ISO 8601 format
Error Responses
Missing Data - 400 Bad Request
Missing Data - 400 Bad Request
Forbidden - 403 Forbidden
Forbidden - 403 Forbidden
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Only the author of the comment or a master client can update a comment.
- If the comment doesn’t exist or the user isn’t authorized, appropriate error responses are returned.