set_published
Publish or unpublish a List or View at its stable public link. Unpublishing removes public access, so confirm that intent; repeating the same value is idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | The list id. Pass this OR list_name. | |
| view_id | No | The View id. Pass this OR view_name. | |
| list_name | No | The list name, matched case-insensitively. Pass this OR list_id. | |
| published | Yes | True to publish; false to unpublish. | |
| view_name | No | The View name, matched case-insensitively. Pass this OR view_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether noticed completed the operation. | |
| data | No | The operation result when ok is true. | |
| error | No | A human-readable error when ok is false. |