From 50b0974978078285b0b157bf8939b8891ad71e9a Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Thu, 24 Oct 2024 12:39:45 +0100 Subject: [PATCH] [common] mykomap-openapi.json - regenerate --- libs/common/src/api/mykomap-openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/common/src/api/mykomap-openapi.json b/libs/common/src/api/mykomap-openapi.json index 7bff9d9b..48eb24d9 100644 --- a/libs/common/src/api/mykomap-openapi.json +++ b/libs/common/src/api/mykomap-openapi.json @@ -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": [ { @@ -17,7 +17,7 @@ } } ], - "operationId": "getDataset", + "operationId": "getDatasetLocations", "responses": { "200": { "description": "200",