Update Client
Updates one or more fields on an existing client
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates one or more fields on an existing client
PATCH /v1/clients/:id
| Parameter | Type | Description |
|---|---|---|
id | uuid | The client ID |
| Field | Type | Description |
|---|---|---|
name | string | Display name |
type | string | Client type: user or server |
ip_address | string | IP address or CIDR range |
ip_notes | object | IP metadata |
description | string | Description |
enabled | boolean | Enable or disable the client |
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | No valid fields provided or invalid type |
| 404 | not_found | Client not found |
Was this page helpful?