Skip to main content
POST
Clone Default Settings

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). Authorization:
  • Required role: admin or higher
Method: POST Request Body:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
sourceEntityType
enum<string>
required
Available options:
tenant,
label,
artist,
user,
catalog
targetEntityType
enum<string>
required
Available options:
tenant,
label,
artist,
user,
catalog
sourceEntityId
string<uuid>
targetEntityId
string<uuid>

Response

Settings cloned successfully

success
boolean
Example:

true

message
string
Example:

"Default settings cloned successfully"

data
object