Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "MODFQMMGR-635:Add Query Parameter to /entity-types Endpoint to Retrie…" #80

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions src/main/resources/swagger.api/queryTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading