Skip to content

Commit f57cef5

Browse files
committed
fix: correct schema for synonym set retrieve one
1 parent e92d4ad commit f57cef5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

openapi.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)