Skip to main content
PUT
Set default split for an asset
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Asset ID

Body

application/json
userId
string<uuid>
share
number<float>
Required range: 0 <= x <= 100

Response

Default split set successfully

message
string
Example:

"Splits updated succesfully."