- assets (array): Array of asset IDs
- userId (string): User ID for the default split
- share (number): Share percentage (0-100)
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
assets | array | ❌ | |
userId | string | ❌ | |
share | number | ❌ |
Responses
✅ 200 - Default splits updated successfully
⚠️ 400 - undefined
⚠️ 401 - undefined
❌ 500 - undefined
Tags
Asset
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"