artist//splits/
Description:
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.) |
Request Body:
{
"splits": [
{
"TenantUserId": "550e8400-e29b-41d4-a716-446655440000",
"share": 60.0
},
{
"TenantUserId": "550e8400-e29b-41d4-a716-446655440001",
"share": 40.0
}
]
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Splits updated successfully
The response is of type object
.