Mark reviewer notes as addressed
resolve_feedbackMark notes resolved once you have actually applied them. This is what closes the loop: the note leaves the active list for every later get_feedback, and the reviewer who wrote it sees it marked resolved on the page — live, if they have it open — instead of finding their old note sitting next to content you already fixed. Pass "what" you changed; that sentence is shown to the reviewer, so write it for them, not for the log. Requires the creatorKey that share_page returned when the room was created — the review link alone cannot resolve, or any reader could clear feedback that was not theirs. Nothing is deleted: call again with resolved:false to reopen a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Who applied it, if you want it credited. Max 80 chars. | |
| ids | Yes | Note ids to resolve — the `id:` field of each note in get_feedback output. | |
| room | Yes | The room id the notes belong to. | |
| what | No | One sentence on what you changed, shown to the reviewer beside their note. Max 400 chars. | |
| resolved | No | Defaults to true. Pass false to reopen a note you resolved by mistake. | |
| creatorKey | Yes | The room's creator key, returned by share_page when the room was created and kept in .twocents/state.json. For a room created before creator keys existed, the first key you present claims the room. |