Skip to main content
PATCH
Batch update widget layout

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
page_id
string<uuid>
required

Body

application/json

Request body for atomically updating the layout of multiple widgets at once.

layouts
WidgetLayoutItem · object[]
required

List of widget layout items to apply in a single transaction.

Response

Successful Response

success
boolean
default:true
data
ReportWidgetResponse · object[] | null