Skip to main content
PATCH
Reorder report pages

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 reordering the pages within a report.

page_ids
string<uuid>[]
required

Complete ordered list of page UUIDs for this report. Pages will be re-sorted to match this order exactly.

Response

Successful Response

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