Update an existing comment.

Use the /comments/{id} end point to update an existing comment that matches the ID that is specified.
User roles: admin, manager, editor

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Provide the ID of the comment that you want to update.

Query Params
fields
array of strings

Only the comment properties that are specified here are returned for each result. Any comment property is a valid value and can be specified in a comma-separated list. For example, to show only the comment properties message and creatorId, provide the values of message and creatorId. All comment properties are returned by default.

fields
Body Params

Provide the comment revision and message to update a comment.

string
required

The actual comment message.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json