v1
latestSwagger 2.02026-08-04244186228.2 KBtask templates
Create or update a template given its full qualified name
If the template already exists and it is owned by somebody else then if will throw a 409
put/v1/task-templates/{task_template_name}
Headers
X-Fieldsstring mask
An optional fields mask
Request body
Example request
{
"type": "SUPER_TASK"
}Response
Success
Example response
{
"type": "SUPER_TASK"
}