Skip to main content
POST
Rename a video

Authorizations

X-Api-Key
string
header
required

Recommended. Your 16-character Videobase API key.

Body

application/json
id
string
required

Twelve-character Videobase video or remote-upload identifier.

Required string length: 12
Pattern: ^\w{12}$
Example:

"a1b2c3d4e5f6"

name
string
required

New title. The backend sanitizes HTML-sensitive input.

Response

Update result. updated is false when no database row changed.

id
string
required

Twelve-character Videobase video or remote-upload identifier.

Required string length: 12
Pattern: ^\w{12}$
Example:

"a1b2c3d4e5f6"

updated
boolean
required