This endpoint requires authentication. Include your Bearer token in the Authorization header.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json
UUID of the existing Asset to link
Example:
"550e8400-e29b-41d4-a716-446655440000"
Optional specific track number (if not provided, will use next available)
Required range: 
x >= 1Example:
2
Optional fields to override from the Asset's data
Example:
{
  "title": "Radio Edit Version",
  "explicit": "clean"
}