Skip to content

Commit

Permalink
fix(specs): rename rules and synonyms methods (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jun 7, 2022
1 parent e6ccb8e commit ea03526
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
post:
tags:
- Rules
operationId: batchRules
summary: Batch Rules.
description: Create or update a batch of Rules.
operationId: saveRules
summary: Save a batch of rules.
description: Create/update multiple rules objects at once.
parameters:
- $ref: '../../../common/parameters.yml#/IndexName'
- $ref: '../../../common/parameters.yml#/ForwardToReplicas'
Expand Down
4 changes: 2 additions & 2 deletions specs/search/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ paths:
/1/indexes/{indexName}/synonyms/{objectID}:
$ref: 'paths/synonyms/synonym.yml'
/1/indexes/{indexName}/synonyms/batch:
$ref: 'paths/synonyms/batchSynonyms.yml'
$ref: 'paths/synonyms/saveSynonyms.yml'
/1/indexes/{indexName}/synonyms/clear:
$ref: 'paths/synonyms/clearAllSynonyms.yml'
/1/indexes/{indexName}/synonyms/search:
Expand All @@ -151,7 +151,7 @@ paths:
/1/indexes/{indexName}/rules/{objectID}:
$ref: 'paths/rules/rule.yml'
/1/indexes/{indexName}/rules/batch:
$ref: 'paths/rules/batchRules.yml'
$ref: 'paths/rules/saveRules.yml'
/1/indexes/{indexName}/rules/clear:
$ref: 'paths/rules/clearRules.yml'
/1/indexes/{indexName}/rules/search:
Expand Down

0 comments on commit ea03526

Please sign in to comment.