Update Worksection Project
worksection_update_projectModify an existing Worksection project by updating specific fields such as title, manager, description, or dates. Only provided information will be changed.
Instructions
Update an existing Worksection project. Only provided fields will be updated.
Args:
id_project (string, required): Project ID
title (string, optional): New project name
email_manager (string, optional): New project manager email
text (string, optional): New description
date_start (string, optional): New start date YYYY-MM-DD
date_end (string, optional): New due date YYYY-MM-DD
Returns: Updated project data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_project | Yes | Project ID to update | |
| title | No | New project name | |
| email_manager | No | New manager email | |
| text | No | New description | |
| date_start | No | New start date YYYY-MM-DD | |
| date_end | No | New due date YYYY-MM-DD |