artist//merge
Description:
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. |
Query Parameters:
Parameter | Required | Type | Description |
---|---|---|---|
ids | Yes | string | Comma-separated list of artist IDs to merge into the primary artist |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Primary Artist ID to merge into
Comma-separated list of secondary artist IDs to merge
Success
The response is of type object
.