Skip to content

Commit

Permalink
Merge pull request #404 from NYPL/SCC-4167/all-items
Browse files Browse the repository at this point in the history
update readme with all_items param
  • Loading branch information
charmingduchess authored Sep 11, 2024
2 parents c902308 + d8ca73a commit b336900
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions swagger.v1.1.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
"description": "Specify starting index for retrieved items",
"default": 0
},
{"name": "all_items",
"type": "boolean",
"in": "query",
"description": "When true, fetches all items for a bib. Overrides items_from and items_size",
"default": false
},
{
"name": "contributor",
"type": "string",
Expand Down

0 comments on commit b336900

Please sign in to comment.