Skip to main content
PATCH
Update video
Update metadata for a specific video, including its name and description.
  • Video IDs start with the prefix m-
  • Only provided fields are updated; omitted fields remain unchanged

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Body

application/json
name
string
Example:

"Updated Video Name"

Response

200 - application/json

Video updated

success
boolean
Example:

true

data
object