Creates new default splits for an artist. The total share of all splits must equal exactly 100%. Method:
POST
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the artist. |
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 |
Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
splits | array | ❌ |
Responses
✅ 201 - Splits created successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
❌ 500 - undefined
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Artist ID
Body
application/json
Minimum length:
1