Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed some tags for better grouping #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ paths:
/collections/{collectionName}/overrides:
get:
tags:
- documents
- curation
summary: List all collection overrides
operationId: getSearchOverrides
Expand All @@ -437,8 +436,7 @@ paths:
/collections/{collectionName}/overrides/{overrideId}:
get:
tags:
- documents
- override
- curation
summary: Retrieve a single search override
description: Retrieve the details of a search override, given its id.
operationId: getSearchOverride
Expand All @@ -464,7 +462,6 @@ paths:
$ref: "#/components/schemas/SearchOverride"
put:
tags:
- documents
- curation
summary: Create or update an override to promote certain documents over others
description:
Expand Down Expand Up @@ -506,7 +503,6 @@ paths:
$ref: "#/components/schemas/ApiResponse"
delete:
tags:
- documents
- curation
summary: Delete an override associated with a collection
operationId: deleteSearchOverride
Expand Down