Logo
Functions

createReportApiV1ReportsPost

createReportApiV1ReportsPost<ThrowOnError>(options): RequestResult<ReportCreateResponse, HTTPValidationError, ThrowOnError>

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

Create Report Create a new report.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<ReportCreateResponse, HTTPValidationError, ThrowOnError>

On this page