# PATCH /websites/:website_id

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

Update a website: name, domain, branding, navbar, footer, SEO meta tags, lead gen form, or custom scripts.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes |  |

## Request example

```bash
curl -X PATCH   "https://api.trustpager.com/functions/v1/api/v1/websites/:website_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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