Skip to content

Commit

Permalink
MODFQMMGR-635:Add Query Parameter to /entity-types Endpoint to Retrie…
Browse files Browse the repository at this point in the history
…ve All Entity Types (Simple and Composite)
  • Loading branch information
kjain110 committed Jan 22, 2025
1 parent 5e92e8a commit e64fcf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/swagger.api/queryTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ paths:
parameters:
- $ref: '#/components/parameters/entityTypeId'
- $ref: '#/components/parameters/include-hidden'
- $ref: '#/components/parameters/includeAll'
responses:
'200':
description: 'Definition of the requested entity type'
Expand Down Expand Up @@ -269,6 +270,13 @@ 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
Expand Down

0 comments on commit e64fcf1

Please sign in to comment.