# PATCH /websites/:id/pages/:pageId

**Resource:** [Websites](./websites.md)  
**Scopes:** `websites:write`  
**Write operation:** yes

Update a website page.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Website ID |
| `pageId` | path | uuid | yes | Page ID |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`