Update Video Group

Authentication

X-Api-Keystring

API key authentication via X-Api-Key header

OR
AuthorizationBearer
Bearer token authentication via Authorization header

Path parameters

group_idstringRequired
Group identifier

Request

This endpoint expects an object.
namestring or nullOptional
New name for the video group
metadatamap from strings to any or nullOptional
Updated metadata for the video group. Pass null to leave unchanged.

Response

Successful Response
group_idstring
Unique identifier for the video group
namestring
Name of the video group
metadatamap from strings to any or null
Arbitrary metadata attached to the group
created_atstring or null
ISO 8601 timestamp when group was created
updated_atstring or null
ISO 8601 timestamp when group was last updated