Logo
Functions

createBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPost

createBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPost<ThrowOnError>(options): RequestResult<CreateBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPostResponse, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:3004

Create Batch Pipeline Documents Batch create documents for a pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & CreateBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPostData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<CreateBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPostResponse, HTTPValidationError, ThrowOnError>

On this page