Skip to content

Commit 15f7bd3

Browse files
feat(specs): add feedsOrder to composition run params (generated)
algolia/api-clients-automation#6314 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Gavin Wade <gavin.wade12@gmail.com>
1 parent 4a27e94 commit 15f7bd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/composition/model/requestBody.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ import type { Params } from './params';
44

55
export type RequestBody = {
66
params?: Params | undefined;
7+
8+
/**
9+
* A list of Feed IDs that specifies the order in which to order the results in the response. The IDs should be a subset of those in the `feeds` object of the targeted `multifeed` Composition / Composition Rule, and only those specified will be processed. The value overrides the value in the defined behavior, and when unspecified, the value defined in the behavior is used. When neither value is present, all feeds are processed.
10+
*/
11+
feedsOrder?: Array<string> | undefined;
712
};

0 commit comments

Comments
 (0)