Skip to content
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