page
Step
Execute an action in the browser session and observe the resulting state.
The step endpoints should only be used after a previous observe (or another step) call. Observations give you a snapshot of the current state, including available actions. Stepping allows you to execute an action and observe the resulting state.
Example of a step request:
{
"action_id": "I1",
"value": "Paris",
}
Returns a new observation of the new state after executing the specified action.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.