Add a note to a deal's timeline
POST
/deals/{id}/notesRequires scope: write:deals
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
idrequired | path | string |
Request body
| Field | Type | Allowed values | Description |
|---|---|---|---|
textrequired | string | any string |
Responses
| Status | Description |
|---|---|
201 | Noted |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
404 | Deal not found |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?