update-module
Modify an existing module's properties such as name, description, dates, status, lead, and members within a Plane project to reflect current project requirements.
Instructions
Update an existing module in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Updated description of the module (optional) | |
| lead | No | Updated user ID of the module lead (optional) | |
| members | No | Updated array of user IDs for module members (optional) | |
| module_id | Yes | ID of the module to update | |
| name | No | Updated name of the module (optional) | |
| project_id | Yes | ID of the project containing the module | |
| start_date | No | Updated start date of the module (YYYY-MM-DD format, optional) | |
| status | No | Updated status of the module (optional) | |
| target_date | No | Updated target end date of the module (YYYY-MM-DD format, optional) |