Skip to main content
PUT
Update default splits by type for an artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist//splits/ Description: Updates default splits for a specific artist and split type. The total share of all splits must equal exactly 100%. Authorization:
  • Required role: admin or higher
Method: PUT Path Parameters: Request Body:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

type
string
required

Type of splits to update

Body

application/json
splits
object[]
Minimum array length: 1

Response

Splits updated successfully

message
string
Example:

"Splits updated successfully"

result
object[]