# PATCH /order-forms/:order_form_id

**Resource:** [Order Forms](./order-forms.md)  
**MCP tool:** `update_order_form`  
**Scopes:** `forms:write`  
**Write operation:** yes

Update an order form configuration.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `order_form_id` | path | string | yes |  |
| `name` | body | string | no |  |
| `config` | body | object | no |  |

## Request example

```bash
curl -X PATCH   "https://api.trustpager.com/functions/v1/api/v1/order-forms/:order_form_id"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"name":"...","config":"..."}'
```

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