Skip to content

Commit 50d36bc

Browse files
fix(specs): ingestion search endpoint (generated)
algolia/api-clients-automation#3487 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent c16baba commit 50d36bc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
22

33
export type TransformationSearch = {
4-
transformationsIDs: string[];
4+
transformationIDs?: string[];
55
};

packages/ingestion/src/ingestionClient.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,12 +2351,6 @@ export function createIngestionClient({
23512351
);
23522352
}
23532353

2354-
if (!transformationSearch.transformationsIDs) {
2355-
throw new Error(
2356-
'Parameter `transformationSearch.transformationsIDs` is required when calling `searchTransformations`.'
2357-
);
2358-
}
2359-
23602354
const requestPath = '/1/transformations/search';
23612355
const headers: Headers = {};
23622356
const queryParameters: QueryParameters = {};

0 commit comments

Comments
 (0)