Description
POST /defaultsettings/clone Description: Clone all active default settings from one entity to another. This is useful for duplicating configurations when creating similar entities (e.g., copying artist defaults to a new artist in the same label). Method:POST
Request Body:
| Parameter | Type | Description | Required |
|---|---|---|---|
| sourceEntityType | string | Source entity type | Yes |
| sourceEntityId | uuid | Source entity ID (optional for tenant/catalog) | Conditional |
| targetEntityType | string | Target entity type | Yes |
| targetEntityId | uuid | Target entity ID (optional for tenant/catalog) | Conditional |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json