Templates
Number of APIs: 6
-
Creates a new template object POST {{baseUrl}}/templates
-
List all templates GET {{baseUrl}}/templates
-
Retrieve template with given id GET {{baseUrl}}/templates/:tmpl_id
-
Compile the template into html GET {{baseUrl}}/templates/:tmpl_id/compile
-
Update description and/or published version of a template. POST {{baseUrl}}/templates/:tmpl_id
-
Deletes template with given id DELETE {{baseUrl}}/templates/:tmpl_id