Update comment

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

FieldTypeDescription
textstringComment text (max 500 characters)
statusstringStatus: open or resolved
timeintegerVideo timestamp in seconds
Language
Credentials
Header
Click Try It! to start a request and see the response here!