cms

Move a track to a new position

post/api/v1/tracks/{trackId}/move

Path parameters

trackIdstring required

The unique identifier for the track

Request body

position'before' | 'after' required

The position to move the track relative to the target track

targetTrackIdstring required

The unique identifier of the target track to move relative to

Changes