Skip to content

Commit

Permalink
MODFQMMGR-390: adding includeHidden in query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Aug 1, 2024
1 parent c849b61 commit 96f8a98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/swagger.api/queryTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 96f8a98

Please sign in to comment.