Description
POST /defaultsettings// Description: Create a new default setting for the specified entity. Each entity can have one setting per category. Validation:- Entity must exist (for label/artist/user types)
- Only one setting per entity + category combination
- Settings are automatically validated against the category schema
POST
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity | Yes |
| entityId | uuid | Entity ID (optional for tenant/catalog) | Conditional |
| Parameter | Type | Description | Required |
|---|---|---|---|
| category | string | Settings category (content, business, ddex, validation) | Yes |
| settings | object | Settings data matching the category schema | Yes |
| priority | integer | Priority for conflict resolution (default: 0) | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Available options:
tenant, label, artist, user, catalog Body
application/json