Update a writer
PUT /writer/writers/
Description
PUT /writer/writers/ Description: Partial update — only supplied fields are changed. If any writer-identity field (anything other thantenantUserId /
affiliatedPRO) is included, the full merged record is
re-validated through WriterValidator. Changing tenantUserId
re-checks it belongs to an existing TenantUser on this tenant.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Body
Response
Writer updated
11-digit CISAC IPI name number. Unique per tenant when set.
13-character CISAC IPI base number. Unique per tenant when set.
CWR writer designation code. One of: CA (Composer & Author),
C (Composer), A (Author/Lyricist), AR (Arranger),
AD (Adaptor), TR (Translator), SR (Sub-Arranger),
LY (Lyricist), CO (Composer), PA (Performer).
CA, C, A, AR, AD, TR, SR, LY, CO, PA Performing rights organization the writer is affiliated with (e.g. ASCAP, BMI). Free text — not enum-validated.
330 <= x <= 100Society-Assigned Agreement Number.
14Defaults to a single worldwide (WW) entry at 100% PR/MR/SR if omitted on create.
Free-form writer settings (e.g. defaultTerritory, defaultShares). Not accepted via the create/update request bodies — set separately or defaulted to {}.
Linked TenantUser account, included when the writer has a tenantUserId.