Skip to main content
POST
Update Collection

Authorizations

AccessKey
string
header
required

AccessKey based authentication

Path Parameters

libraryId
integer<int64>
required

The ID of the video library.

collectionId
string
required

The unique ID of the collection.

Body

application/json
name
string | null

The name to assign to the collection. Required, up to 255 characters.

Response

The collection was successfully updated

success
boolean

Determines if the request was successful

message
string | null

Human-readable message describing the result, typically populated with error details when Success is false.

statusCode
integer<int32>

The HTTP status code corresponding to the result of the request.

Last modified on September 10, 2026