---
title: "Update a Playlist"
method: PATCH
path: "/playlists/{id}"
---

# Update a Playlist

`PATCH /playlists/{id}`

update/ add playlist parameters

## Path parameters

- `id` string, required

## Headers

- `content-type` string

## Request body

- object
  - `name` string
  - `folder_id` string — you can move playlist to another folder

## Response `200`

200

- object
  - `account_id` string
  - `aspect_ratio` integer[]
  - `clean` boolean
  - `created_at` number
  - `folder_id` string
  - `id` string
  - `interactions_show_menu` boolean
  - `name` string
  - `theme` string
  - `tickertape_background` string
  - `tickertape_font_size` integer
  - `tickertape_visible` boolean
  - `timeout` integer
  - `updated_at` number

## Other responses

- `400` — 400

---

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