Skip to content

Commit

Permalink
rest: add search default
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored and fenekku committed Jan 26, 2024
1 parent 1444efc commit 045a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/rest_api_drafts_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ Content-Type: application/json
| `sort` | string | query | Sort search results. |
| `size` | integer | query | Specify number of items in the results page (default: 10). |
| `page` | integer | query | Specify the page of results. |
| `allversions`   | boolean | query | Specify if all versions should be included. |
| `allversions`   | boolean | query | Specify if all versions should be included (default: `False`, displays just latest version). |
| `accept` | string | header | - `application/json` (default)<br />- `application/vnd.inveniordm.v1+json` |

**Request**
Expand Down

0 comments on commit 045a1e9

Please sign in to comment.