Update Template

View as Markdown

Update a template. Owner can edit own; org admin/owner can edit any org template.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

template_idstringRequired

Request

This endpoint expects an object.
namestring or nullOptional
descriptionstring or nullOptional
systemstring or nullOptional
messageslist of maps from strings to any or nullOptional
modelstring or nullOptional
paramsmap from strings to any or nullOptional
variableslist of strings or nullOptional

Response

Successful Response
idstring
namestring
ownerstring or null
org_idstring or null
team_idstring or null
is_globalboolean
descriptionstring or null
systemstring or null
messageslist of maps from strings to any or null
modelstring or null
paramsmap from strings to any or null
variableslist of strings or null
creator_namestring or null
creator_emailstring or null
created_atstring
updated_atstring

Errors

422
Unprocessable Entity Error