Skip to content

Commit

Permalink
Fix api schema lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslavkol committed May 22, 2024
1 parent 2030a88 commit f7c6d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
get:
operationId: getConsortiumHolding
summary: Fetch consolidated holding by id
description: Get holding by id (only for consortium environment)
tags:
- search-consortium
Expand All @@ -8,7 +9,7 @@ get:
- $ref: '../../parameters/x-okapi-tenant-header.yaml'
responses:
'200':
description: an instance holding
description: An instance holding
content:
application/json:
schema:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
get:
operationId: getConsortiumItem
summary: Fetch consolidated item by id
description: Get an item (only for consortium environment)
tags:
- search-consortium
Expand All @@ -8,7 +9,7 @@ get:
- $ref: '../../parameters/x-okapi-tenant-header.yaml'
responses:
'200':
description: an instance item
description: An instance item
content:
application/json:
schema:
Expand Down

0 comments on commit f7c6d0a

Please sign in to comment.