haops_update_module
Update module details like title, description, status, priority, dates, and notes in a HAOps project. Specify the project and module ID to modify its attributes.
Instructions
Update an existing module in a HAOps project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Internal notes for tracking progress (optional) | |
| title | No | Module title (optional) | |
| status | No | Module status (optional) | |
| ownerId | No | UUID of the module owner (optional) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| moduleId | Yes | UUID of the module to update | |
| priority | No | Priority level (optional) | |
| startDate | No | Start date in YYYY-MM-DD format (optional) | |
| targetDate | No | Target completion date in YYYY-MM-DD format (optional) | |
| description | No | Detailed module description (optional) | |
| projectSlug | Yes | The project slug (URL identifier) |