From 62a4574e8559e55326eed4bfe9bab6e2163d6193 Mon Sep 17 00:00:00 2001 From: kjain110 <114437186+kjain110@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:39:27 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20"MODFQMMGR-635:Add=20Query=20Parameter?= =?UTF-8?q?=20to=20/entity-types=20Endpoint=20to=20Retrie=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/swagger.api/queryTool.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/main/resources/swagger.api/queryTool.yaml b/src/main/resources/swagger.api/queryTool.yaml index 534ca1a..f93fe4a 100644 --- a/src/main/resources/swagger.api/queryTool.yaml +++ b/src/main/resources/swagger.api/queryTool.yaml @@ -13,8 +13,7 @@ paths: - entity-types parameters: - $ref: '#/components/parameters/entityTypeId' - - $ref: '#/components/parameters/includeHidden' - - $ref: '#/components/parameters/includeAll' + - $ref: '#/components/parameters/include-hidden' responses: '200': description: 'Definition of the requested entity type' @@ -270,13 +269,6 @@ components: description: Indicates if query results should be included in the query details response schema: type: boolean - includeAll: - name: includeAll - in: query - required: false - description: Indicates if all entity types should be included in the entity type response - schema: - type: boolean fqlQuery: name: query in: query @@ -322,7 +314,7 @@ components: type: string required: false description: ID of the last element from the previous query - includeHidden: + include-hidden: name: includeHidden in: query required: false