Logo
Functions

upsertBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPut

upsertBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPut<ThrowOnError>(options): RequestResult<UpsertBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPutResponse, HTTPValidationError, ThrowOnError>

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

Upsert Batch Pipeline Documents Batch create or update a document for a pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<UpsertBatchPipelineDocumentsApiV1PipelinesPipelineIdDocumentsPutResponse, HTTPValidationError, ThrowOnError>

On this page