diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-24 15:04:01 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-24 15:04:01 +0200 |
| commit | c7579d695e329a628a6c2215b362f2c948cee45d (patch) | |
| tree | 07ac8a92757f04c9b5ad22c0cd58117fc9b0c8b6 | |
| parent | 239173c17b0cd314a3d515cfa46bccfec05402c2 (diff) | |
Fix typo
| -rw-r--r-- | mongodb/docker-compose.yml | 2 | ||||
| -rw-r--r-- | opendc-api-spec.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mongodb/docker-compose.yml b/mongodb/docker-compose.yml index 0253cd7d..aa54a74c 100644 --- a/mongodb/docker-compose.yml +++ b/mongodb/docker-compose.yml @@ -27,4 +27,4 @@ services: volumes: mongo-volume: - external: false
\ No newline at end of file + external: false diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 38ae2cc8..3d27175c 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -4,7 +4,7 @@ info: title: OpenDC API description: 'OpenDC is an open-source datacenter simulator for education, featuring real-time online collaboration, diverse simulation models, and detailed performance feedback statistics.' host: opendc.org -basePath: /v1 +basePath: /v2 schemes: - https @@ -484,7 +484,7 @@ paths: description: 'Experiment, Topology, Trace, or Scheduler not found.' delete: tags: - - experiment + - experiments description: Delete this Experiment. parameters: - name: experimentId |
