query
Update Template
Updates the query template with the specified template_name.
Parameters
- template_name: str The name of the template user wants to update.
- body: UpdateQueryTemplateRequest The body of the template creation request, consisting of the template name and query string.
Returns
A QueryTemplate Pydantic object containing the target query template.
PUT
/
api
/
v1
/
query
/
template
/
{template_name}
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
Response
200 - application/json