# PATCH /notepads/folders/:id

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

Update a notepad folder -- rename, re-parent, or change visibility.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Folder ID |
| `name` | body | string | no | New folder name |
| `parent_id` | body | uuid | no | New parent folder UUID (null for root) |
| `visibility` | body | string | no | all_users, admins_only, creator_only, or restricted |

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