DevelopersAPI referenceCronCrunchClients
Rename, recolor, or share a client
Owner-only. A client a teammate shared with the organization is readable but not editable — it answers 403, not 404.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/clients/string" \ -H "Content-Type: application/json" \ -d '{}'{ "client": { "id": "string", "name": "string", "color": "string", "created": "2019-08-24T14:15:22Z", "visibility": "string", "ownerId": "string", "crmCompanyId": "string" }}