# PATCH /training-cards/:id

**Resource:** [Learning Hub](./training.md)  
**Scopes:** `resources:write`  
**Write operation:** yes

Update a Learning Hub card. All fields are optional.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Card UUID |
| `title` | body | string | no | New title |
| `resource_type` | body | string | no | New card type |
| `url` | body | string | no | New URL or entity UUID |
| `description` | body | string | no | New description |
| `category` | body | string | no | New category |
| `position` | body | number | no | New sort order |
| `display_config` | body | object | no | New grid layout config |

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