Logo
Functions

copyPipelineApiV1PipelinesPipelineIdCopyPost

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

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

Copy Pipeline Copy a pipeline by ID.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & CopyPipelineApiV1PipelinesPipelineIdCopyPostData

Returns

RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

On this page