Set the primary recording for a work
Works
Set the primary recording for a work
POST /work//recordings//primary
POST
Set the primary recording for a work
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
POST /work//recordings//primary Description: Unsets any existing primary link for the work, then marks(workId, assetId) as primary — creating the WorkRecording link
(defaults role=original, sharePercentage=100) if it doesn’t
already exist.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"