Parameters
name type required description
body object comment body.
Example
Resource/instances/9a0ca50d-e5e3-4544-9b92-979cf278cf1c/comments/4e99e0dd-b3b3-4d5d-826d-3d5ae62a16cfTry It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Post Data
{"message":"Updated message","subject":"Updated subject"}
Response
{
  "result": "Comment Updated"
}