put
https://api-v2.pandavideo.com.br/video-review//
Updates the settings of an existing review link.
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=link to identify the operation.
PUT /video-review/{video_id}/{link_id}?action=link
Behavior
- Only partial updates are allowed (send only the fields you want to change)
- Expired links cannot be updated
- Extending
expires_atcan reactivate an expired link
Updatable Fields
| Field | Type | Description |
|---|---|---|
link_name | string | Link identifier name |
expires_at | number | New expiration date (Unix timestamp in ms) |
allow_comment | boolean | Enable/disable comments |
allow_status_edit | boolean | Enable/disable status editing |
show_resolved | boolean | Show/hide resolved comments |
