v1
latestOpenAPI 3.0.02026-08-066425196.1 KBComments
Update a comment.
Update a comment on a record.
patch/comments/{contributionId}
Path parameters
contributionIdstring required
contributionId of comment to update
Request body
Example request
{
"comment": "a thoughtful edit to this comment",
"status": "inactive"
}Response
A response body containing confirmation that the comment was added successfully.