# PATCH /spreadsheets/templates/:template_id

**Resource:** [Spreadsheets](./spreadsheets.md)  
**MCP tool:** `update_spreadsheet_template`  
**Scopes:** `spreadsheets:write`  
**Write operation:** yes

Update a spreadsheet template.

## Parameters

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

## Request example

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

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