postmd_resolve_note
Mark a shared note as settled to reflect its resolution, or reopen it when issues persist. Set resolved to true for closed status or false to revert.
Instructions
Mark a note as settled, or undo it with resolved=false. Meaningful on SHARED notes; the author or the document owner may set it. Requires an API key with documents:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | ||
| docCode | Yes | ||
| resolved | Yes | true marks it settled; false reopens it. |