Update public settings of a Rootr document
rootr_set_document_publicUpdate a document's public visibility: set isPublic to false to unpublish or true to re-enable. Requires an account key (MANAGE permission).
Instructions
Update a published Rootr (루터) document's public settings — e.g. {"isPublic": false} to unpublish. Owner-level action (MANAGE): works with an account key (PAT), not with workspace-scoped/connector tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Document path (starting with "/") or node id | |
| isPublic | No | false to unpublish, true to re-enable |