Logo
Functions

restartReportApiV1ReportsReportIdRestartPost

restartReportApiV1ReportsReportIdRestartPost<ThrowOnError>(options): RequestResult<unknown, HTTPValidationError, ThrowOnError>

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

Restart Report Restart a report from scratch.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<unknown, HTTPValidationError, ThrowOnError>

On this page