Logo
Functions

updateReportApiV1ReportsReportIdPatch

updateReportApiV1ReportsReportIdPatch<ThrowOnError>(options): RequestResult<ReportResponse, HTTPValidationError, ThrowOnError>

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

Update Report Update a report's content.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<ReportResponse, HTTPValidationError, ThrowOnError>

On this page