Update a report query
Report Queries
Update a report query
Update an existing report query’s definition.
PATCH
Update a report query
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | No | Updated query name |
description | No | Updated description |
graphql | No | Updated GraphQL query |
parameters | No | Updated parameters array |
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 query to update
Body
application/json
Response
Report query updated successfully

