cURL
curl --request PUT \ --url https://api.chat-dash.com/v1/public/clients/{clientId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "language": "en" } '
{ "message": "Client updated successfully" }
Update a client
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The ID of the client
The client's name
The client's dashboard language setting (ISO 639-1)
OK
"Client updated successfully"