Set a task to a stage.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| taskID | true | N/A | task ID to adjust stage | 33245 |
| stage | true | N/A | stages for tasks are defined by project and specified here as an ordinal number to an entry in the project's set of defined stages, 0-based | 2 |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {taskID} may not be null | -4 |
| {stage} may not be null | -4 |
| Must be logged in. | -5 |