Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

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.

...