manage_module_archive
Toggle a module's archived status within a Plane project by supplying project ID, module ID, and a boolean flag.
Instructions
Archive or unarchive a module.
Args: project_id: UUID of the project module_id: UUID of the module archive: True to archive the module, False to unarchive it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | ||
| module_id | Yes | ||
| project_id | Yes |