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. Method:POST
Request Body:
| Parameter | Type | Description | Required |
|---|---|---|---|
| labelId | uuid | Label context | No |
| artistId | uuid | Artist context | No |
| userId | uuid | User context (defaults to authenticated user) | No |
| targetType | string | Target type (asset, product, release) | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json