From 5c673272747ed14e5668b2f4301f0f853b400ee1 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 30 Jun 2020 12:18:14 +0200 Subject: Remove last simulated tick --- opendc-api-spec.yml | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'opendc-api-spec.yml') 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: -- cgit v1.2.3