Skip to main content
PATCH
Update a creator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

creator_id
string<uuid>
required

Creator UUID.

Body

application/json
name
string | null

New creator name.

Required string length: 1 - 255
is_active
boolean | null

Activate or archive the creator.

metadata
Metadata · object | null

Replacement key/value tags (≤20 keys, ≤255 chars each).

Response

Successful Response

data
CreatorResponse · object
required