Skip to main content
PATCH
/
comments
/
{commentId}
Update a comment for an entity and branch
curl --request PATCH \
  --url https://api.example.com/comments/{commentId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "<string>"
}
'
{}

Path Parameters

commentId
string
required

Id of the comment

Body

application/json
comment
string
required

Comment content

Maximum string length: 10000

Response

The response is of type object.