Skip to main content
POST
Apply Template

Description

POST /defaultsettings/templates//apply Description: Apply a template to create a new default setting for an entity. This increments the template’s usage count. Authorization:
  • Required role: admin or higher
Method: POST Path Parameters: Request Body:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

templateId
string<uuid>
required

ID of the template to apply

Body

application/json
entityType
enum<string>
required
Available options:
tenant,
label,
artist,
user,
catalog
entityId
string<uuid>

Response

Template applied successfully

success
boolean
Example:

true

message
string
Example:

"Template applied successfully"

data
object

A default setting entry