upservice_update_project
Update an existing project's title or extra fields by providing the project ID and optional new values.
Instructions
Update an existing project's fields (e.g. title).
Args: params (UpdateProjectInput): project_id (int), title (optional str), extra_fields (optional dict)
Returns: str: JSON of the updated project record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |