summaryrefslogtreecommitdiff
path: root/opendc-api-spec.yml
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-api-spec.yml')
-rw-r--r--opendc-api-spec.yml26
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: