Update Default Setting (Entity-Specific)
Default Settings
Update Default Setting (Entity-Specific)
PUT /defaultsettings///
PUT
Update Default Setting (Entity-Specific)
Description
PUT /defaultsettings/// Description: Update an existing default setting for a specific entity (label, artist, or user). Settings are deep-merged within their category, allowing partial updates without losing existing configuration. Entity Types (for this endpoint):label- Label-specific defaults (entityId required)artist- Artist-specific defaults (entityId required)user- User-specific defaults (entityId required)
PUT /defaultsettings/{entityType}/{settingId} endpoint instead (without entityId).
Method:
PUT
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity (label, artist, or user) | Yes |
| entityId | uuid | Entity ID | Yes |
| settingId | uuid | ID of the setting to update | Yes |
| Parameter | Type | Description | Required |
|---|---|---|---|
| settings | object | Partial settings to merge | No |
| isActive | boolean | Active status | No |
| priority | integer | Priority level | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Type of entity (label, artist, or user only)
Available options:
label, artist, user Entity ID
ID of the setting to update
Body
application/json