Update a report
Reports
Update a report
Update an existing report’s attributes. Only the report owner can update it.
PATCH
Update a report
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | No | Updated report name |
description | No | Updated description |
report_type | No | Updated output type |
report_fields | No | Updated field definitions |
variables | No | Updated variable values |
Access Control
Only the report owner can update it. Returns 403 if the authenticated user is not the owner.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the report to update
Body
application/json
Response
Report updated successfully

