From 7f546c9d98604c5e593c67b9f70b4bf8ae47a784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zakrzewski?= <41862803+stanislaw-zakrzewski@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:31:55 +0100 Subject: [PATCH] Fix mismatch api call property type (#54) --- data-serving/data-service/api/openapi.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data-serving/data-service/api/openapi.yaml b/data-serving/data-service/api/openapi.yaml index d6ab7e710..a091176ca 100644 --- a/data-serving/data-service/api/openapi.yaml +++ b/data-serving/data-service/api/openapi.yaml @@ -243,9 +243,7 @@ paths: description: Cases corresponding to these ids will be returned type: array items: - type: integer - format: int32 - minimum: 1 + type: string query: description: > Cases matching this query will be returned. This is ignored