cURL
curl --request PUT \ --url https://api.example.com/index/{index_name}/video/{video_id}/metadata \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update metadata for a specific video.
The body is of type Metadata · object.
Metadata · object
Successful Response