v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
InsightComments

Update insight comment

Update a comment on an insight.

Only the comment author can update their own comments.

🚧 Permissions

Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

patch/v1/insights/{insight_id}/comments/{comment_id}

Path parameters

insight_idstring required

Unique identifier of the insight.

comment_idstring required

Unique identifier of the comment.

Request body

bodystring required

The updated comment content. Interpreted according to body_type (defaults to plain text).

body_type'text' | 'html'

Format of the body field. If omitted, defaults to "text". Use "html" for rich text content.

Response

200