From 99eb0d198f01332c16c81212e1d32d26594ae1a4 Mon Sep 17 00:00:00 2001 From: "angelo.andreussi" Date: Fri, 17 Nov 2023 14:05:21 +0100 Subject: [PATCH] fix for scopeID definition in openapi file --- rest-api/resources/src/main/resources/openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api/resources/src/main/resources/openapi/openapi.yaml b/rest-api/resources/src/main/resources/openapi/openapi.yaml index 47dfa062e9c..c17e6bce9b0 100644 --- a/rest-api/resources/src/main/resources/openapi/openapi.yaml +++ b/rest-api/resources/src/main/resources/openapi/openapi.yaml @@ -457,7 +457,7 @@ components: schema: allOf: - $ref: '#/components/schemas/kapuaId' - - default: _ + default: _ required: true limit: name: limit