Update a template
Partially updates a template owned by the authenticated owner.
Fields omitted from the request remain unchanged. Optional fields may be
set to null to clear them, except for name.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
template_id
Request
This endpoint expects an object.
name
description
system
messages
model
params
variables
Response
Updated template.
id
name
is_global
created_at
updated_at
owner
description
system
messages
model
params
variables
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error