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

# Move a mission within a track

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

## Path parameters

- `trackId` string, required

## Request body

- TrackMoveMissionRequestDTO
  - `missionId` string, required — The unique identifier of the mission to move
  - `position` 'before' | 'after', required — The position to move the mission relative to the target mission
  - `targetMissionId` string, required — The unique identifier of the target mission 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)
