page_set_hidden
Bulk hide or show Voog pages by toggling the hidden flag. Reversible operation returns per-id success or failure breakdown.
Instructions
Bulk toggle the hidden flag on one or more pages. Reversible — set hidden=false to make pages visible again. Returns a per-id breakdown showing which ids succeeded and which failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| ids | Yes | Voog page ids to update | |
| hidden | Yes | true to hide, false to show |