Automation
Update Template
Update Template details if required after creation using the api, the update by a user depends on the scope of the template created check create template docs for more details on the scope
put/operation/automation/{tenant_id}/templates/{template_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
template_idstring required
Specify the template id to update which is a unique id can be retrieved using list template api
Request body
Example request
{
"scope": "private",
"engine_type": "cfn"
}Response
Updated
boolean required