The
/artist/{id}/merge
endpoint merges one or more artists into a primary artist.
All assets and products from the secondary artists will be associated with the primary artist,
and the secondary artists will be deleted after the merge.
Method:PUT
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The ID of the primary artist to merge into. |
Parameter | Required | Type | Description |
---|---|---|---|
ids | Yes | string | Comma-separated list of artist IDs to merge into the primary artist |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Primary Artist ID to merge into |
Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
ids | string | query | ā | Comma-separated list of secondary artist IDs to merge |
Responses
ā 200 - Success
ā ļø 400 - Bad Request - No secondary artist IDs provided
ā ļø 401 - undefined
ā ļø 404 - Not Found - Primary artist or one or more secondary artists not found
ā 500 - undefined
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Primary Artist ID to merge into
Query Parameters
Comma-separated list of secondary artist IDs to merge
Response
Success
Number of assets reassigned to the primary artist
Number of products reassigned to the primary artist
Number of secondary artists deleted after merge
Total number of changes made (sum of all updates and deletions)