Skip to main content
PATCH
Update a single note

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
noteUuid
string<uuid>
required

Body

application/json

A piece of reference knowledge the runtime AI can quote when relevant — product facts, hours, policies. Notes are passive (consulted on demand) versus guidelines which are active (applied on every turn).

content
string

Required. Free-form reference text. Keep notes focused — one fact or policy per note.

Example:

"Service appointments take 60-90 minutes for standard maintenance, 2-4 hours for warranty work. Same-day pickup is available before 4 PM."

order
integer
Example:

0

Response

Note updated

data
object