---
title: "Orders the songs on the user playlist"
method: POST
path: "/dcd/playlist/user/{id}/order"
tags: ["dcd-playlist"]
---

# Orders the songs on the user playlist

`POST /dcd/playlist/user/{id}/order`

Orders the songs in the user playlist in the same order the song_ids are passed

## Path parameters

- `id` integer, required

## Request body

- integer[]

## Response `204`

User playlist songs ordered successfully.

## Other responses

- `400` — Error while ordering the user playlist songs.
- `404` — User playlist does not exists.

---

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