The
/artist/bulksplit
endpoint allows updating splits for multiple artists simultaneously.
Method:PATCH
Request Payload:
Parameter | Type | Description |
---|---|---|
updates | array | An array of artist split update objects. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
updates | array | ✅ |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json