quire.updateStatus
Update a custom status's name, value, or color in a Quire project. Provide the project ID and current status value; optionally set new name, value, or color.
Instructions
Update a custom status's name, value, or color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID (e.g., 'my-project') or OID | |
| value | Yes | The current status value (0-100) to update | |
| name | No | New name for the status | |
| newValue | No | New numeric status value (0-100). Must be unique within the project. | |
| color | No | New color (hex code without #, e.g., 'ff5733') |