Logo
Functions

upsertPipelineApiV1PipelinesPut

upsertPipelineApiV1PipelinesPut<ThrowOnError>(options): RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

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

Upsert Pipeline Upsert a pipeline for a project. Updates if a pipeline with the same name and project_id already exists. Otherwise, creates a new pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

On this page