diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-30 12:18:14 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:42:27 +0200 |
| commit | 5c673272747ed14e5668b2f4301f0f853b400ee1 (patch) | |
| tree | fbc7d16867b2f4a3360657463a28390733ba2dcd /opendc-api-spec.yml | |
| parent | 676ccde281841005e3f318bf267ea1dbcdf6fc87 (diff) | |
Remove last simulated tick
Diffstat (limited to 'opendc-api-spec.yml')
| -rw-r--r-- | opendc-api-spec.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 475557e2..1e879b49 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -481,32 +481,6 @@ paths: description: Forbidden from deleting Experiment. '404': description: Experiment not found. - '/experiments/{experimentId}/last-simulated-tick': - get: - tags: - - simulations - description: Get this Experiment's last simulated tick. - parameters: - - name: experimentId - in: path - description: Experiment's ID. - required: true - type: string - responses: - '200': - description: Successfully retrieved Experiment's last simulated tick. - schema: - properties: - lastSimulatedTick: - type: integer - '400': - description: Missing or incorrectly typed parameter. - '401': - description: Unauthorized - '403': - description: Forbidden from getting this simulation - '404': - description: Simulation not found '/experiments/{experimentId}/machine-states': get: tags: |
