---
title: "Update a Page"
method: PATCH
path: "/playlists/{p_id}/pages/{id}"
---

# Update a Page

`PATCH /playlists/{p_id}/pages/{id}`

Modifies page properties. It accepts all body parameters used in create page request.

## Path parameters

- `p_id` string, required
- `id` string, required

## Headers

- `content type` string, required

## Request body

- object
  - `items` unknown[] — assign a playlist zone with a content, accepts an object with properties: description ,grid_area ,ref_id ,thumb_url,type, url
    - unknown

## Response `200`

200

- object
  - `created_at` number
  - `description` string
  - `grid_template` string
  - `id` string
  - `playlist_id` string
  - `priority` 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)
