Queries
Update Query
This API allows for anyone to update the sql text, parameters, name, tags, and state of a query. Only the API key generated under the context of the owner of that query will work.
PATCH
To access Query endpoints, a Plus plan or higher is required.
Headers
API Key for the service
Path Parameters
unique identifier of the query
Body
application/json
Unique identifier of the query.
Name of the query.
Description of the query.
Tags associated with the query.
The SQL query text.
Indicates if the query is private.
Indicates if the query is archived.
Response
200
application/json
OK
Was this page helpful?