Skip to main content
Update a revision’s details (e.g., comment).

PATCH /revisions/:id

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe unique ID of the revision.

Request Body

ParameterTypeRequiredDescription
commentstringNoComment or note for the revision.

Response

Returns an empty JSON object upon success.

Example

{
  "comment": "Final version for release."
}