update_module
Update a module's details including name, description, dates, status, lead, and members using its ID.
Instructions
Update a module by ID.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project module_id: UUID of the module name: Module name description: Module description start_date: Module start date (ISO 8601 format) target_date: Module target/end date (ISO 8601 format) status: Module status (backlog, planned, in-progress, paused, completed, cancelled) lead: UUID of the user who leads the module members: List of user IDs who are members of the module external_source: External system source name external_id: External system identifier
Returns: Updated Module object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead | No | ||
| name | No | ||
| status | No | ||
| members | No | ||
| module_id | Yes | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| external_id | No | ||
| target_date | No | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| lead | No | ||
| name | Yes | ||
| status | No | ||
| project | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| logo_props | No | ||
| sort_order | No | ||
| start_date | No | ||
| updated_at | No | ||
| updated_by | No | ||
| view_props | No | ||
| archived_at | No | ||
| description | No | ||
| external_id | No | ||
| target_date | No | ||
| total_issues | No | ||
| backlog_issues | No | ||
| started_issues | No | ||
| external_source | No | ||
| cancelled_issues | No | ||
| completed_issues | No | ||
| description_html | No | ||
| description_text | No | ||
| unstarted_issues | No |