Skip to main content
PUT
Update a creator collection

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Body

application/json

Update a creator collection's fields, optionally additively adding creators. All fields optional; only provided fields are changed. The collection id comes from the path and overrides any id in the body. Body is passthrough (extra fields accepted).

name
string

New collection name.

description
string

New collection description.

color
string

New collection color.

creatorIds
string[]

Creator IDs to additively add to the collection.

Response

The updated collection plus an outcome summary.

data
object
required

Result of updating a creator collection. addedCount and notFoundCreators are present only when creatorIds was supplied.