---
title: "Update a note"
method: PUT
path: "/pages/{id}"
tags: ["Notes"]
---

# Update a note

`PUT /pages/{id}`

"Notes" in the web interface are referenced as "pages" from API endpoints.

## Path parameters

- `id` string, required

## Request body

- NotesPostRequest
  - `page` object
    - `name` string
    - `description_attributes` object
      - `body` string
      - `table_of_contents_enabled` boolean

## Response `200`

Successful operation

---

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