POST /releases//tracks/reorder
This endpoint allows reordering tracks within a release by providing an array of track IDs in the desired order. Only releases in ‘draft’ or ‘rejected’ status can have tracks reordered.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Release ID |
Request Body
Responses
✅ 200 - Success
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Track Management
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json
Array of track IDs in desired order
Example:
["track1-uuid", "track2-uuid", "track3-uuid"]