v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
videos

Rename video collections

This endpoint sets a new name for a collection.

post/v2/videos/collections/{id}

Path parameters

idstring required

The ID of the collection to rename

Request body

namestring required

The new name of the collection

Example request

{
  "name": "My collection with a new name"
}

Response

Successfully updated collection