File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -495,14 +495,14 @@ paths:
495495 content :
496496 application/json :
497497 schema :
498- $ref : " #/components/schemas/SynonymSetRetrieveSchema "
498+ $ref : " #/components/schemas/SynonymSetSchema "
499499 " 404 " :
500500 description : Synonym set not found
501501 content :
502502 application/json :
503503 schema :
504504 $ref : " #/components/schemas/ApiResponse"
505-
505+
506506 put :
507507 tags :
508508 - synonyms
@@ -4041,7 +4041,7 @@ components:
40414041 query_counter_events : { type: integer }
40424042 doc_log_events : { type: integer }
40434043 doc_counter_events : { type: integer }
4044-
4044+
40454045 APIStatsResponse :
40464046 type : object
40474047 properties :
@@ -4423,9 +4423,6 @@ components:
44234423 items :
44244424 $ref : " #/components/schemas/SynonymSetSchema"
44254425
4426- SynonymSetRetrieveSchema :
4427- $ref : " #/components/schemas/SynonymSetCreateSchema"
4428-
44294426 SynonymSetDeleteSchema :
44304427 type : object
44314428 required :
You can’t perform that action at this time.
0 commit comments