Skip to content

Commit e92d4ad

Browse files
committed
fix: correct schema for curation set retrieve one
1 parent 51a7e90 commit e92d4ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

openapi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ paths:
735735
content:
736736
application/json:
737737
schema:
738-
$ref: "#/components/schemas/CurationSetRetrieveSchema"
738+
$ref: "#/components/schemas/CurationSetSchema"
739739
"404":
740740
description: Curation set not found
741741
content:
@@ -4586,9 +4586,6 @@ components:
45864586
type: string
45874587
description: document id that should be excluded from the search results.
45884588

4589-
CurationSetRetrieveSchema:
4590-
$ref: '#/components/schemas/CurationSetCreateSchema'
4591-
45924589
CurationSetDeleteSchema:
45934590
type: object
45944591
required:

0 commit comments

Comments
 (0)