v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Update a Page

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

patch/playlists/{p_id}/pages/{id}

Path parameters

p_idstring required

playlist id

idstring required

playlist page id

Headers

content typestring required

Request body

Response

200

created_atnumber
descriptionstring
grid_templatestring
idstring
playlist_idstring
priorityinteger
updated_atnumber

Example response

{
  "created_at": 1639485342.72,
  "description": "Boomerango",
  "grid_template": "{\"name\":\"default\",\"template\":\"\\\"main\\\" auto / auto\"}",
  "id": "61b88f9e1b5d0302ed8ddd0b",
  "playlist_id": "5ff324ea966f638ffb3148f5",
  "priority": 6,
  "updated_at": 1639485365.964
}