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
Example request
{
"name": "My collection with a new name"
}Response
Successfully updated collection
Changes
No recorded changes to this endpoint across all 1 revision of this API.