upservice_complete_project
Mark a project as completed by specifying its project ID. Returns the updated project record in JSON format.
Instructions
Mark a project as completed.
Args: params (ProjectIdInput): project_id (int)
Returns: str: JSON of the updated project record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |