# PUT /scheduling/availability

**Resource:** [SCHEDULING](./scheduling.md)  
**MCP tool:** `update_scheduling_availability`  
**Scopes:** `scheduling:write`  
**Write operation:** yes

Update workspace working hours and date overrides.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `working_hours` | body | object | no |  |
| `overrides` | body | array | no |  |

## Request example

```bash
curl -X PUT   "https://api.trustpager.com/functions/v1/api/v1/scheduling/availability"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"working_hours":"...","overrides":"..."}'
```

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