Description
PUT /defaultsettings// Description: Update an existing default setting for tenant or catalog level. Settings are deep-merged within their category, allowing partial updates without losing existing configuration. Entity Types (for this endpoint):tenant- Workspace-wide defaultscatalog- Catalog-level defaults
PUT /defaultsettings/{entityType}/{entityId}/{settingId} endpoint instead.
Method:
PUT
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| entityType | string | Type of entity (tenant or catalog) | 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 (tenant or catalog only)
Available options:
tenant, catalog ID of the setting to update
Body
application/json