Skip to main content
PATCH
Update client notes

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

clientId
string
required

The clientId.

Body

application/json

Update the dashboard notes on a client (subaccount). Notes are trimmed before storage; max 2000 characters.

notes
string
required

Free-form notes for the client. Trimmed before storage.

Maximum string length: 2000

Response

Client notes updated.

Standard success acknowledgement returned by the agency mutation endpoints. The use-case returns { success: true } and the route wraps it as { data: { success: true } }.

data
object
required