Templates allows sharing of common elements and process.
The REST API provides support for a number of operations:
Creates a new or updates existing template alias.
template:manage
/api/v1/template/alias
POST
Authorization
, Content-Type: application/json
Lists existing template aliases.
template:manage
/api/v1/template/alias
GET
<a name=”delete-template-alias”
Removes an existing template alias.
template:manage
/api/v1/template/alias/${alias}
DELETE
Authorization