v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Clients

Update client

patch/v1/client/{client_id}

Path parameters

client_idstring required

ID of a client

Example:c_0123456789ab

Request body

commentsstring

Comments about the client

namestring

Name of the client

Example request

{
  "comments": "This is a client for Slide's office",
  "name": "Slide Office"
}

Response

OK

client_idstring required

ID of a client

commentsstring required

Comments about the client

namestring required

Name of the client

Example response

{
  "client_id": "c_0123456789ab",
  "comments": "This is a test client",
  "name": "Slide Office"
}