postmd_update_note
Update an existing note by changing its content, color, or visibility scope. Requires documents:write permission to modify notes within PostMD documents.
Instructions
Edit a note you wrote. Requires an API key with documents:write. Omitting scope keeps the current one. The note must keep text or a colour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | YELLOW, GREEN, BLUE or PURPLE. | |
| scope | No | PRIVATE or SHARED. Omit to keep the current scope. | |
| noteId | Yes | ||
| content | No | ||
| docCode | Yes | ||
| quotedContent | No |