Logo
Functions

updatePipelineDataSourceApiV1PipelinesPipelineIdDataSourcesDataSourceIdPut

updatePipelineDataSourceApiV1PipelinesPipelineIdDataSourcesDataSourceIdPut<ThrowOnError>(options): RequestResult<PipelineDataSource, HTTPValidationError, ThrowOnError>

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

Update Pipeline Data Source Update the configuration of a data source in a pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<PipelineDataSource, HTTPValidationError, ThrowOnError>

On this page