Skip to main content
PATCH
Updates an existing client's information with the provided data.

Path Parameters

id
integer<int32>
required

The unique identifier of the client to update.

Body

The client data to update (only non-null fields will be updated).

name
string | null
phone
string | null
city
string | null
street
string | null
country
string | null
zipCode
string | null
language
string | null

Response

OK