Skip to main content
PUT
Update Default Setting (Tenant/Catalog Level)

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 defaults
  • catalog - Catalog-level defaults
Note: For label, artist, or user-specific defaults, use the PUT /defaultsettings/{entityType}/{entityId}/{settingId} endpoint instead. Authorization:
  • Required role: admin or higher
Method: PUT Path Parameters: Request Body:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

entityType
enum<string>
required

Type of entity (tenant or catalog only)

Available options:
tenant,
catalog
settingId
string<uuid>
required

ID of the setting to update

Body

application/json
settings
object

The actual settings data organized by category

isActive
boolean
priority
integer

Response

Default setting updated successfully

success
boolean
Example:

true

message
string
Example:

"Default setting updated successfully"

data
object

A default setting entry