Logo
Functions

upsertProjectApiV1ProjectsPut

upsertProjectApiV1ProjectsPut<ThrowOnError>(options): RequestResult<Project, HTTPValidationError, ThrowOnError>

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

Upsert Project Upsert a project. Updates if a project with the same name already exists. Otherwise, creates a new project.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<Project, HTTPValidationError, ThrowOnError>

On this page