Update Split
Splits
Update Split
/split/
PUT
Update Split
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/split/ Description:The
/split/{splitId} endpoint allows updating the details of a specific split identified by their unique splitId.
Method:PUT
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Split ID
Body
application/json
An array of objects containing user shares
The UUID of the asset related to the revenue
The UUID of the product related to the revenue
The type of revenue (e.g., Publishing, YouTube, Live)
The start date of the split period (inclusive)
The end date of the split period (exclusive)
The name or description of the revenue split
Conditions for split matching
Response
Success