Update comment

Updates an existing comment

This call updates an existing comment on an asset in a Review Link. Two path parameters are required:

  • The Review Link id
  • The id of the asset whose comment you want to update

In the request body, enter the comment id of the comment you want to update using the id parameter. Use the body parameter to enter the new comment that will replace the original comment. Here is an example request:

{
     "id": "111111111111111111111111",
     "body": "This scene looks great!"
}

To mark a comment as resolved, use the status parameter with the value “Done.” Conversely, you can enter a null value to change the comment’s status from resolved to unresolved.

A 204 code is returned when a comment is successfully updated.

Language
Authorization
URL
Click Try It! to start a request and see the response here!