Logo
Functions

createPipelineApiV1PipelinesPost

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

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

Create Pipeline Create a new pipeline for a project.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<Pipeline, HTTPValidationError, ThrowOnError>

On this page