---
title: "Reorder stops on a booking"
method: PATCH
path: "/bookings/{booking_id}/stops/reorder"
tags: ["Booking Stops"]
---

# Reorder stops on a booking

`PATCH /bookings/{booking_id}/stops/reorder`

## Path parameters

- `booking_id` string, uuid, required

## Request body

- object
  - `from_position` integer, required — Current position of the stop to move
  - `to_position` integer, required — Target position to move the stop to

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Content

---

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