update_note
Update an existing note's description, type, or linked entities using partial fields. Only provided fields are changed, preserving others.
Instructions
Update an existing note via POST /v1/notes/{id} — partial update.
Only provided fields are sent; omitted fields are preserved server-side.
description accepts Markdown (see create_note).
Use associated to add cross-links to additional candidates/companies/
contacts/jobs/deals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| description | No | ||
| note_type_id | No | ||
| associated | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |