Skip to content

Commit

Permalink
Merge pull request #80 from folio-org/revert-79-MODFQMMGR-635
Browse files Browse the repository at this point in the history
Revert "MODFQMMGR-635:Add Query Parameter to /entity-types Endpoint to Retrie…"
  • Loading branch information
kjain110 authored Jan 23, 2025
2 parents b49bdd3 + 62a4574 commit a0ed886
Showing 1 changed file with 2 additions and 10 deletions.
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

0 comments on commit a0ed886

Please sign in to comment.