put
https://api-v2.pandavideo.com.br/video-review//comments/
Updates an existing comment. Allows changing text, status or timestamp.
Authentication
This endpoint requires authentication via API Key in the Authorization header.
Authorization: <your-api-key>
Action Parameter
This endpoint uses the query parameter action=comment to identify the operation.
PUT /video-review/{video_id}/{comment_id}?action=comment
Updatable Fields
| Field | Type | Description |
|---|---|---|
text | string | Comment text (max 500 characters) |
status | string | Status: open or resolved |
time | integer | Video timestamp in seconds |
