Description
PUT /defaultsettings/// Description: Update an existing default setting. Settings are deep-merged within their category, allowing partial updates without losing existing configuration. Method:PUT
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity | Yes |
| entityId | uuid | Entity ID (optional for tenant/catalog) | Conditional |
| 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
Available options:
tenant, label, artist, user, catalog ID of the setting to update
Body
application/json