Update review link

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_at can reactivate an expired link

Updatable Fields

FieldTypeDescription
link_namestringLink identifier name
expires_atnumberNew expiration date (Unix timestamp in ms)
allow_commentbooleanEnable/disable comments
allow_status_editbooleanEnable/disable status editing
show_resolvedbooleanShow/hide resolved comments
Language
Credentials
Header
Click Try It! to start a request and see the response here!