Skip to main content
PATCH
Update a report page

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 updating an existing report page.

name
string | null

Updated display name for the page.

Maximum string length: 255
layout_columns
integer | null

Updated column count for the page's widget grid (1–3).

Required range: 1 <= x <= 3

Response

Successful Response

success
boolean
default:true
data
ReportPageResponse · object | null

A report page with its ordered list of widgets.