Skip to content

Commit

Permalink
update readme with all_items param
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Sep 10, 2024
1 parent e3169b8 commit d8ca73a
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 d8ca73a

Please sign in to comment.