State
API endpoints for managing application state — variables, scopes, groups, and tags.
State
| Method | Endpoint | Description |
|---|---|---|
| POST | /state | Create state |
| GET | /state/{stateId} | Get state |
| DELETE | /state/{stateId} | Delete state |
| PUT | /state/{stateId}/value | Set value |
Variables
| Method | Endpoint | Description |
|---|---|---|
| POST | /state/{stateId}/variables | Add variables |
| DELETE | /state/{stateId}/variables/{variableId} | Remove variable |
Groups
| Method | Endpoint | Description |
|---|---|---|
| POST | /state/{stateId}/groups | Add groups |
| DELETE | /state/{stateId}/groups/{groupId} | Remove group |
Scopes
| Method | Endpoint | Description |
|---|---|---|
| POST | /state/{stateId}/scopes | Add scopes |
| DELETE | /state/{stateId}/scopes/{scopeId} | Remove scope |
Tags
| Method | Endpoint | Description |
|---|---|---|
| POST | /state/{stateId}/tags | Add tags |
| DELETE | /state/{stateId}/tags/{tagId} | Remove tag |