v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
DocComments

Update doc comment

Update a comment on a doc.

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/docs/{doc_id}/comments/{comment_id}

Path parameters

doc_idstring required

Unique identifier of the doc.

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