diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-30 11:43:07 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:42:27 +0200 |
| commit | 676ccde281841005e3f318bf267ea1dbcdf6fc87 (patch) | |
| tree | 53c9257ada1cffeb0cba4f0079e2cad679e0990e /opendc-api-spec.yml | |
| parent | 9b910a49270311fd6f099f0f0674a1fd0ab48a20 (diff) | |
Add experiment POST
Diffstat (limited to 'opendc-api-spec.yml')
| -rw-r--r-- | opendc-api-spec.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 5e5665fe..475557e2 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -703,6 +703,10 @@ definitions: type: string name: type: string + state: + type: string + lastSimulatedTick: + type: integer MachineState: type: object properties: |
