Add a note to a deal's timeline

POST/deals/{id}/notes

Requires scope: write:deals

Parameters

ParameterInTypeDescription
idrequiredpathstring
Idempotency-KeyrequiredheaderstringStable logical request ID required for every machine mutation; exact retries replay and changed inputs conflict.

Request body

FieldTypeAllowed valuesDescription
textrequiredstringany string

Responses

StatusDescription
201Noted
401Missing or invalid API key
403Key lacks the required scope
404Deal not found
429Rate limit exceeded (see Retry-After)
Is this page helpful?