---
title: "Put pages"
method: PUT
path: "/v1/pages/{pagesId}.json"
tags: ["pages"]
---

# Put pages

`PUT /v1/pages/{pagesId}.json`

## Path parameters

- `pagesId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `title` string
  - `parent_id` string
  - `description` string

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `title` string
  - `user_id` string
  - `parent_id` string
  - `description` string

## Other responses

- `405` — Invalid input

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
