Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt

Use this file to discover all available pages before exploring further.

Update Client

PATCH /v1/clients/:id
Updates one or more fields on an existing client.

Path Parameters

ParameterTypeDescription
iduuidThe client ID

Request Body

All fields are optional. Only provided fields will be updated.
FieldTypeDescription
namestringDisplay name
typestringClient type: user or server
ip_addressstringIP address or CIDR range
ip_notesobjectIP metadata
descriptionstringDescription
enabledbooleanEnable or disable the client

Response

Returns the updated client object.

Errors

StatusTypeDescription
400validation_errorNo valid fields provided or invalid type
404not_foundClient not found