Skip to content

Commit 1f04992

Browse files
algolia-bote-krebs
andcommitted
fix(specs): do not cache searchCompositionRules (#4127) (generated) [skip ci]
Co-authored-by: Emmanuel Krebs <[email protected]>
1 parent da4169e commit 1f04992

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

clients/algoliasearch-client-javascript/packages/client-composition/src/compositionClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ export function createCompositionClient({
590590
queryParameters,
591591
headers,
592592
data: searchCompositionRulesParams ? searchCompositionRulesParams : {},
593-
useReadTransporter: true,
594-
cacheable: true,
595593
};
596594

597595
return transporter.request(request, requestOptions);

specs/bundled/composition.doc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,6 @@ paths:
689689
tags:
690690
- Rules
691691
operationId: searchCompositionRules
692-
x-use-read-transporter: true
693-
x-cacheable: true
694692
x-acl:
695693
- settings
696694
summary: Search for composition rules

specs/bundled/composition.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,6 @@ paths:
434434
tags:
435435
- composition
436436
operationId: searchCompositionRules
437-
x-use-read-transporter: true
438-
x-cacheable: true
439437
x-acl:
440438
- settings
441439
summary: Search for composition rules

0 commit comments

Comments
 (0)