PUT /api/templates/:id - Update a template
PUT
/api/templates/:id
Request Bodyrequired
Request to update a template
object
category
string | null
description
string | null
is_public
boolean | null
name
string | null
tags
array | null
template_json
variables
array | null
Template variable definition
object
default
description
string | null
name
required
string
required
boolean
type
required
Variable types
string
Responses
200
Update Template
401
Unauthorized
404
Not found