# PATCH /crm-templates/:template_id

**Resource:** [CRM Templates](./crm-templates.md)  
**MCP tool:** `update_crm_template`  
**Scopes:** `crm-templates:write`  
**Write operation:** yes

Update a CRM template.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `template_id` | path | string | yes |  |
| `name` | body | string | no |  |
| `content` | body | object | no |  |

## Request example

```bash
curl -X PATCH   "https://api.trustpager.com/functions/v1/api/v1/crm-templates/:template_id"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"name":"...","content":"..."}'
```

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