Update Artist
Artist
Update Artist
artist/
PUT
Update Artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
artist/ Description: The/artist/{id} endpoint allows updating the details of a specific artist identified by their unique ID.
Method:
PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the artist. |
| Parameter | Type | Description |
|---|---|---|
| artistName | string | The updated name of the artist. |
| signDate | date | The updated sign date. |
| label | string | The updated label. |
| publisher | string | The updated publisher. |
| copyright | string | The updated copyright information. |
| externalId | string | The updated external ID. |
| links | object | Updated links (JSON string when using multipart/form-data). |
| contributors | object | Updated contributors. |
| split | array/object | Updated split information (supports both array and object format). |
| file | file | Artist profile image (when using multipart/form-data). |
| users | array | Array of user IDs to associate with artist. |
application/json and multipart/form-data.
Use multipart/form-data when uploading an artist image file.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Artist ID