Description
POST /defaultsettings/ Description: Create a new default setting for tenant or catalog level. Each entity can have one setting per category. Entity Types (for this endpoint):tenant- Workspace-wide defaultscatalog- Catalog-level defaults
POST /defaultsettings/{entityType}/{entityId} endpoint instead.
Validation:
- 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 (tenant or catalog) | 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 |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Type of entity (tenant or catalog only)
Available options:
tenant, catalog Body
application/json