Update a Collection
Update a collection’s name and/or description.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Collection identifier.
Request
This endpoint expects an object.
name
New name for the collection.
description
New description for the collection.
Response
The updated collection.
id
Unique identifier for the collection.
name
Name of the collection.
created_at
ISO 8601 timestamp when the collection was created.
updated_at
ISO 8601 timestamp when the collection was last updated.
description
Description of the collection.