query
Create Template
Creates a new query template with a certain name and query string.
Parameters
- body: CreateQueryTemplateRequest The body of the template creation request, consisting of the template name and query string.
Returns
A QueryTemplate Pydantic object containing the recently created query template object.
POST
/
api
/
v1
/
query
/
template
Authorizations
Authorization
string
headerrequiredEnter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Query Parameters
dry_run
boolean
default: falseBody
application/json
name
string
default: query
string
default: Response
200 - application/json
query_template
object
required