Skip to content

Commit

Permalink
Merge pull request #1098 from datacite/openapi_dois-sort
Browse files Browse the repository at this point in the history
Add missing sort parameter options for GET /dois
  • Loading branch information
codycooperross authored May 10, 2024
2 parents 83ab38d + 49ba57a commit 2d94b20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,16 @@ paths:
- '-created'
- updated
- '-updated'
- 'published'
- '-published'
- 'view-count'
- '-view-count'
- 'download-count'
- '-download-count'
- 'citation-count'
- '-citation-count'
- 'title'
- '-title'
- in: query
name: disable-facets
description: Exclude facets from the response.
Expand Down

0 comments on commit 2d94b20

Please sign in to comment.