Skip to main content
PUT
Save report automation settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required
report_id
string<uuid>
required

Body

application/json

Request body for updating report automation settings.

enabled
boolean
required
frequency
string
required

Schedule frequency: 'daily', 'weekly', 'biweekly', or 'monthly'.

hour
integer
required

Hour of day (0-23).

Required range: 0 <= x <= 23
timezone
string
default:UTC
Maximum string length: 50
recipients
string[]

Response

Successful Response

success
boolean
default:true
data
ReportAutomationResponse · object | null

Response schema for report automation settings.