v1
latestOpenAPI 3.0.02026-08-04361225.7 KBClients
Update client
Updates an existing client account (partial update)
patch/api/clients/{id}
Path parameters
idstring uuid required
Client UUID
Request body
Example request
{
"name": "Acme Corporation",
"email": "contact@acme.com",
"lookupKey": "acme-corp"
}Response
Client updated successfully
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Acme Corporation",
"createdAt": "2025-01-01T00:00:00.000Z"
}