Skip to content

Commit

Permalink
[common] mykomap-openapi.json - regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Stokoe committed Oct 28, 2024
1 parent 2ac4ede commit 50b0974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/common/src/api/mykomap-openapi.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"openapi": "3.0.2",
"paths": {
"/dataset/{datasetId}": {
"/dataset/{datasetId}/locations": {
"get": {
"description": "Obtains a dataset by its ID, which by passing in the appropriate options, might be in different formats",
"summary": "obtains a dataset",
"description": "Obtains all the locations for a dataset by the dataset ID, which by passing in the appropriate options, might be in different formats",
"summary": "obtains a dataset's locations",
"tags": [],
"parameters": [
{
Expand All @@ -17,7 +17,7 @@
}
}
],
"operationId": "getDataset",
"operationId": "getDatasetLocations",
"responses": {
"200": {
"description": "200",
Expand Down

0 comments on commit 50b0974

Please sign in to comment.