Skip to main content
POST
Preview Resolved Defaults

Description

POST /defaultsettings/preview/resolve Description: Preview how defaults will be resolved through the inheritance chain for a given context (user, artist, label). This endpoint doesn’t modify any data. Authorization:
  • Required role: user or higher
Method: POST Request Body:

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
labelId
string<uuid>
artistId
string<uuid>
userId
string<uuid>
targetType
enum<string>
Available options:
asset,
product,
release

Response

Defaults resolved successfully

success
boolean
Example:

true

message
string
Example:

"Defaults resolved successfully"

data
object

Result of default settings resolution