change_project_status
Updates a project's status to open, closed, billed, or pending by providing the project ID and desired status.
Instructions
Updates status for specified project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | project ID | |
| status | Yes | status to be set, on of: ['O' - open, 'C' - closed, 'B' - billed, 'P' - pending] |