POST /defaultsettings//
Documentation Index
Fetch the complete documentation index at: https://apidocs.royalti.io/llms.txt
Use this file to discover all available pages before exploring further.
label - Label-specific defaults (entityId required)artist - Artist-specific defaults (entityId required)user - User-specific defaults (entityId required)POST /defaultsettings/{entityType} endpoint instead (without entityId).
Validation:
POST
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity (label, artist, or user) | Yes |
| entityId | uuid | Entity ID | Yes |
| 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 |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Type of entity (label, artist, or user only)
label, artist, user Entity ID