update_module
Modify an existing module's name, description, start and target dates, lead, or status. Supply the project and module IDs to apply changes.
Instructions
Update an existing module.
Args: project_id: The UUID identifier of the project module_id: The UUID identifier of the module name: Updated module name description: Updated description start_date: Updated start date (YYYY-MM-DD) target_date: Updated target date (YYYY-MM-DD) lead: Updated lead UUID status: Updated status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead | No | ||
| name | No | ||
| status | No | ||
| module_id | Yes | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| target_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |