Updates default splits for a specific artist and split type. The total share of all splits must equal exactly 100%. Method:
PUT
Path Parameters:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the artist. |
type | string | The type of splits to update (e.g., ‘default’, ‘mechanical’, etc.) |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Artist ID |
type | string | path | ✅ | Type of splits to update |
Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
splits | array | ❌ |
Responses
✅ 200 - Splits updated successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Minimum length:
1