Functions
upsertPipelineApiV1PipelinesPut
upsertPipelineApiV1PipelinesPut<
ThrowOnError
>(options
):RequestResult
<PipelineReadable
,HttpValidationError
,ThrowOnError
>
Defined in: packages/cloud/src/client/sdk.gen.ts:2739
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
Options
<UpsertPipelineApiV1PipelinesPutData
, ThrowOnError
>
Returns
RequestResult
<PipelineReadable
, HttpValidationError
, ThrowOnError
>