Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Body Params application/json-patch+json
{
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com"
}
Request Code Samples
curl --location --request PUT '/v1/clients/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com"
}'
Responses
This response does not have a body.
Modified at 2026-05-06 04:19:50