v11

latestOpenAPI 3.1.0OGL-UK-3.0raw.githubusercontent.com2026-07-0391724.3 KB
State

Create or update application state

post/state

Request body

sbistring required
grantCodestring required
stateStateObject required

Arbitrary state object stored by the service

Response

State updated

successboolean required
createdboolean

Present and true when a new state record was created

updatedboolean

Present and true when an existing state record was updated

Example response

{
  "success": true
}