Update a Comment via its ID, overwriting only the passed key/value pairs
Comment to create or update
| text required  | string The body of the comment.  | 
| annotation | string Serialized list of geometry and/or drawing data. Learn more here  | 
| page | integer Page number for a comment (documents only).  | 
| pitch | integer  Deprecated  Pitch measurement for the comment (360deg video only).  | 
| timestamp | number Timestamp for the comment, in frames, starting at 0. Comments can "global" to an asset in which you don't provide the timestamp, or if you're reviewing a "document" like a PDF then you would use   | 
| yaw | integer  Deprecated  Yaw measurement for the comment (360deg video only).  | 
| duration | integer Used to produce range-based comments, this is the duration measured in frames.  | 
| private | boolean Set to true to make your comment a "Team-only Comment" that won't be visible to anonymous reviewers or Collaborators.  | 
Comment success response
Unauthorized response
Not Found response
{- "text": "string"
 
}{- "annotation": "[...]",
 - "completed": false,
 - "completed_at": "2020-07-15T17:30:00.906305Z",
 - "completer_id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
 - "has_replies": true,
 - "id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
 - "like_count": 10,
 - "owner": {
- "account_id": "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb",
 - "email": "jane@frame.io",
 - "id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa",
 - "name": "Jane Doe"
 
}, - "owner_id": "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb",
 - "text": "This is a comment.",
 - "timestamp": 60
 
}