File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
tests/CTS/methods/requests/search Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
post :
2
2
tags :
3
3
- 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 .
7
7
parameters :
8
8
- $ref : ' ../../../common/parameters.yml#/IndexName'
9
9
- $ref : ' ../../../common/parameters.yml#/ForwardToReplicas'
File renamed without changes.
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ paths:
129
129
/1/indexes/{indexName}/synonyms/{objectID} :
130
130
$ref : ' paths/synonyms/synonym.yml'
131
131
/1/indexes/{indexName}/synonyms/batch :
132
- $ref : ' paths/synonyms/batchSynonyms .yml'
132
+ $ref : ' paths/synonyms/saveSynonyms .yml'
133
133
/1/indexes/{indexName}/synonyms/clear :
134
134
$ref : ' paths/synonyms/clearAllSynonyms.yml'
135
135
/1/indexes/{indexName}/synonyms/search :
@@ -151,7 +151,7 @@ paths:
151
151
/1/indexes/{indexName}/rules/{objectID} :
152
152
$ref : ' paths/rules/rule.yml'
153
153
/1/indexes/{indexName}/rules/batch :
154
- $ref : ' paths/rules/batchRules .yml'
154
+ $ref : ' paths/rules/saveRules .yml'
155
155
/1/indexes/{indexName}/rules/clear :
156
156
$ref : ' paths/rules/clearRules.yml'
157
157
/1/indexes/{indexName}/rules/search :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments