Update state of the specified automation project
put/projects/{projectId}/state
Update state of the automation project with the ID from the path. The automation project state is considered a single piece of information and operations on state are atomic. State update is completely controlled by the state machine based on current state and intended state.
Status | Meaning | Description | ||
---|---|---|---|---|
202 | Accepted | The state of automation project was updated. | Schema | |
400 | Bad Request | One or more parameters were invalid. | Schema | |
404 | Not Found | No automation project with the provided entity ID was found. | Schema | |
409 | Conflict | Transition from current to desired state is not permitted. | Schema |