Skip to main content
PATCH
Update a report

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

report_id
string<uuid>
required

The unique identifier for the report.

Body

application/vnd.api+json

The report configuration to save.

A report is edited as one configuration object, so the supplied attributes replace the stored ones wholesale. Identity and provenance (organisation, query, owner, created_at) are preserved and cannot be changed: repointing a report at a different query would silently change what its existing run history was a history of.

Setting state is how a report is paused and resumed. Resuming recalculates the next run from the schedule rather than firing the runs that were missed while it was paused.

data
object
required

Response

An individual report.

JSON API response object

data
object
required

A scheduled delivery of a saved query's results

jsonapi
object
required
included
object[]

Related resources that can be included when a report is returned.

An organisation