Save a note
notes.saveCreate or replace a note on the key owner's account or in a team. Pass expectedRevision from notes.get to refuse overwriting a newer edit. Content is the full note body in Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Ticker symbol for ticker notes, any short name for quick notes. | |
| kind | Yes | ticker notes are keyed by symbol and open from the ticker; quick notes are keyed by any short name. | |
| scope | No | user is the key owner's private notes; team is a shared team. | user |
| title | No | ||
| teamId | No | Team id from teams.list. Optional when the key is pinned to one team. | |
| content | Yes | ||
| expectedRevision | No |