Skip to main content
PATCH
Edit YouTube video metadata

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required
postId
string
required

Post ID for reference

title
string

The updated video title

description
string

The updated video description

tags
string[]

The updated tags

categoryId
string

The updated category ID

privacyStatus
enum<string>

The updated privacy status

Available options:
public,
unlisted,
private
defaultLanguage
string

BCP-47 language code for the video's title and description, e.g. "en" or "pl".

Maximum string length: 35
defaultAudioLanguage
string

BCP-47 language code for the video's default audio track, e.g. "en" or "pl".

Maximum string length: 35

Response

200

success
boolean
required