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 ae29ccc commit 14faf5eCopy full SHA for 14faf5e
1 file changed
openapi.yml
@@ -658,7 +658,7 @@ paths:
658
content:
659
application/json:
660
schema:
661
- $ref: "#/components/schemas/SearchSynonym"
+ $ref: "#/components/schemas/SearchSynonymDeleteResponse"
662
404:
663
description: Search synonym not found
664
@@ -2311,6 +2311,14 @@ components:
2311
id:
2312
type: string
2313
readOnly: true
2314
+ SearchSynonymDeleteResponse:
2315
+ type: object
2316
+ required:
2317
+ - id
2318
+ properties:
2319
+ id:
2320
+ type: string
2321
+ description: The id of the synonym that was deleted
2322
SearchSynonymsResponse:
2323
type: object
2324
required:
0 commit comments