Edit video
PATCH/videos/:video_id
Edit video informations and configurations
Request
Path Parameters
video_id stringrequired
Header Parameters
Content-Type stringrequired
Example: application/x-www-form-urlencoded
Accept stringrequired
Example: application/json
- application/x-www-form-urlencoded
Body
title stringrequired
Updated title of video
Example:
Example title
description stringrequired
Updated description of video
Example:
This is the description
tag_ids[] stringrequired
Tags of video
Example:
3456
privacy stringrequired
Privacy of content (hidden, public, registered)
Example:
registered
collection_id stringrequired
Id collection to attach video
Example:
24847
audio_language stringrequired
Define original audio language (useful to transcript captions)
Example:
IT
Responses
- 200
- 400
- 401
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
id stringrequired
status stringrequired
{
"id": "string",
"status": "string"
}
OK
{
"id": "<string>",
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Unauthorized
{
"status": "<string>"
}
Loading...