From 96f8a98f7fc5935253ffd3b0e2f1a1edd201fb87 Mon Sep 17 00:00:00 2001 From: Kriti Jain Date: Thu, 1 Aug 2024 15:38:52 -0500 Subject: [PATCH] MODFQMMGR-390: adding includeHidden in query parameter --- src/main/resources/swagger.api/queryTool.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/swagger.api/queryTool.yaml b/src/main/resources/swagger.api/queryTool.yaml index 2e2ac52..bb8045f 100644 --- a/src/main/resources/swagger.api/queryTool.yaml +++ b/src/main/resources/swagger.api/queryTool.yaml @@ -13,6 +13,7 @@ paths: - entity-types parameters: - $ref: '#/components/parameters/entityTypeId' + - $ref: '#/components/parameters/include-hidden' responses: '200': description: 'Definition of the requested entity type' @@ -287,6 +288,14 @@ components: type: string required: false description: ID of the last element from the previous query + include-inaccessible: + name: includeInaccessible + in: query + required: false + description: Include inaccessible entity types in the result + schema: + type: boolean + default: false schemas: UUID: