---
title: "Move a track to a new position"
method: POST
path: "/api/v1/tracks/{trackId}/move"
tags: ["cms"]
---

# Move a track to a new position

`POST /api/v1/tracks/{trackId}/move`

## Path parameters

- `trackId` string, required

## Request body

- TrackMoveRequestDTO
  - `position` 'before' | 'after', required — The position to move the track relative to the target track
  - `targetTrackId` string, required — The unique identifier of the target track to move relative to

## Response `201`

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
