diff --git a/openapi-src/V2/paths/MonitoredData/post-v2-indicators-polygon-indicator-analysis.yml b/openapi-src/V2/paths/MonitoredData/post-v2-indicators-polygon-indicator-analysis.yml index fd7a66c9..c28391ca 100644 --- a/openapi-src/V2/paths/MonitoredData/post-v2-indicators-polygon-indicator-analysis.yml +++ b/openapi-src/V2/paths/MonitoredData/post-v2-indicators-polygon-indicator-analysis.yml @@ -21,4 +21,6 @@ responses: properties: uuids: type: array - description: A list of processed polygons + items: + type: string + description: A list of processed polygons diff --git a/resources/docs/swagger-v2.yml b/resources/docs/swagger-v2.yml index 781d733d..6c9a7c96 100644 --- a/resources/docs/swagger-v2.yml +++ b/resources/docs/swagger-v2.yml @@ -99398,7 +99398,9 @@ paths: properties: uuids: type: array - description: A list of processed polygons + items: + type: string + description: A list of processed polygons '/v2/indicators/{entity}/{uuid}': get: operationId: get-v2-indicators-polygon-indicator-status