Skip to content

Commit

Permalink
Remove person-id as filter option
Browse files Browse the repository at this point in the history
This has never worked and therefore it is easier to just remove.
es query syntax can be used instead
  • Loading branch information
richardhallett committed May 5, 2023
1 parent 3ca6a0c commit eadb526
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,6 @@ paths:
- DSA
- RatSWD
- WDS
- in: query
name: person-id
schema:
type: string
- in: query
name: affiliation-id
schema:
Expand Down Expand Up @@ -1734,7 +1730,7 @@ components:
- Personal
- Organizational
required:
- name
- name
titles:
type: array
items:
Expand Down

0 comments on commit eadb526

Please sign in to comment.