Skip to main content
PATCH
Update program dashboard 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

programId
string
required

The programId.

Body

application/json

Update the agency-dashboard notes on a program. Notes are trimmed before storage; max 2000 characters.

notes
string
required

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

Maximum string length: 2000

Response

Program 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