We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a7e90 commit e92d4adCopy full SHA for e92d4ad
1 file changed
openapi.yml
@@ -735,7 +735,7 @@ paths:
735
content:
736
application/json:
737
schema:
738
- $ref: "#/components/schemas/CurationSetRetrieveSchema"
+ $ref: "#/components/schemas/CurationSetSchema"
739
"404":
740
description: Curation set not found
741
@@ -4586,9 +4586,6 @@ components:
4586
type: string
4587
description: document id that should be excluded from the search results.
4588
4589
- CurationSetRetrieveSchema:
4590
- $ref: '#/components/schemas/CurationSetCreateSchema'
4591
-
4592
CurationSetDeleteSchema:
4593
type: object
4594
required:
0 commit comments