haops_create_module
Create a module in a HAOps project by providing a title and owner ID, with optional fields for description, status, priority, and timeline.
Instructions
Create a new module in a HAOps project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Internal notes for tracking progress (optional) | |
| title | Yes | Module title | |
| status | No | Module status (optional) | |
| ownerId | Yes | UUID of the module owner (user ID) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| 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) |