# Pages

List, create, and update pages, including their markdown content.

## Endpoints

- `GET /pages`: List Pages
- `POST /pages`: Create A Page
- `GET /pages/resolve`: Find Pages By Exact Title
- `GET /pages/{pageId}`: Get Page Metadata
- `PATCH /pages/{pageId}`: Update Page Metadata
- `GET /pages/{pageId}/content`: Read Page Content
- `PUT /pages/{pageId}/content`: Replace Page Content
- `POST /pages/{pageId}/edits`: Apply Exact Content Edits
- `POST /pages/{pageId}/content-operations`: Append Or Prepend Content
