# PATCH /forms/templates/:id

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

Update a form template. Use settings to configure the completion screen, notification addresses, and PDF archive behaviour.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Template ID |
| `name` | body | string | no | Form name |
| `settings` | body | object | no | Template settings JSON. Completion keys: completionMessage (string), completionButtonEnabled (boolean), completionButtonText (string), completionButtonUrl (string), completionButtonNewTab (boolean, default true). Notification key: notifyEmails (string[] - email addresses to notify when this form is completed, overrides workspace default). PDF archive keys: archivePdfOnSubmit (boolean, default false - automatically render a PDF of each completed submission and file it in the Documents library), submissionFolder (string, default "Client Forms" - Documents library folder to archive the PDF into), submissionDocumentType (string, default "Other" - document_type tag on the archived PDF row). Merge with existing settings to avoid overwriting stepCount/stepHeaders. |

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