Skip to content

Commit ea03526

Browse files
authored
fix(specs): rename rules and synonyms methods (#642)
1 parent e6ccb8e commit ea03526

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

specs/search/paths/rules/batchRules.yml renamed to specs/search/paths/rules/saveRules.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
post:
22
tags:
33
- Rules
4-
operationId: batchRules
5-
summary: Batch Rules.
6-
description: Create or update a batch of Rules.
4+
operationId: saveRules
5+
summary: Save a batch of rules.
6+
description: Create/update multiple rules objects at once.
77
parameters:
88
- $ref: '../../../common/parameters.yml#/IndexName'
99
- $ref: '../../../common/parameters.yml#/ForwardToReplicas'
File renamed without changes.

specs/search/spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ paths:
129129
/1/indexes/{indexName}/synonyms/{objectID}:
130130
$ref: 'paths/synonyms/synonym.yml'
131131
/1/indexes/{indexName}/synonyms/batch:
132-
$ref: 'paths/synonyms/batchSynonyms.yml'
132+
$ref: 'paths/synonyms/saveSynonyms.yml'
133133
/1/indexes/{indexName}/synonyms/clear:
134134
$ref: 'paths/synonyms/clearAllSynonyms.yml'
135135
/1/indexes/{indexName}/synonyms/search:
@@ -151,7 +151,7 @@ paths:
151151
/1/indexes/{indexName}/rules/{objectID}:
152152
$ref: 'paths/rules/rule.yml'
153153
/1/indexes/{indexName}/rules/batch:
154-
$ref: 'paths/rules/batchRules.yml'
154+
$ref: 'paths/rules/saveRules.yml'
155155
/1/indexes/{indexName}/rules/clear:
156156
$ref: 'paths/rules/clearRules.yml'
157157
/1/indexes/{indexName}/rules/search:
File renamed without changes.

0 commit comments

Comments
 (0)