---
title: "Request to set new playlist in SyncPlay group."
method: POST
path: "/SyncPlay/SetNewQueue"
tags: ["SyncPlay"]
---

# Request to set new playlist in SyncPlay group.

`POST /SyncPlay/SetNewQueue`

## Request body

- PlayRequestDto — Class PlayRequestDto.
  - `PlayingQueue` string[], nullable — Gets or sets the playing queue.
  - `PlayingItemPosition` integer — Gets or sets the position of the playing item in the queue.
  - `StartPositionTicks` integer — Gets or sets the start position ticks.

## Response `204`

Queue update sent to all group members.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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