Skip to main content
PATCH
Update Comment
Updates the text content of a comment. Only the comment’s author, or a request with a service or master key, can update a comment. Authentication required.

Path Parameters

commentId
string
required
The UUID of the comment to update.

Body Parameters

content
string
required
The new text content for the comment. Cannot be empty.

Response

Returns the updated Comment object.

Error Responses