Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Current »

To update a comment to a segment or to update an existing comment.

URL

(PUT) /resources/comments/{cmid}

PARAMETERS

The URL parameters are:

cmidThe ID of the comment to update. If null then this call will add a new comment.Optional

 

The parameters are a JSON object included in the request body:

scope

The scope object. The segment must be within the scope.

Mandatory
txt

The comment text. Plain text.

Mandatory
catOptionally, the comments category. Defines the category (a name) as well as visual style.Optional

 

RESULTS

A JSON object with the full comment details. See Comment (Object) for details.

 

 

 

 

  • No labels