Template Versions
Number of APIs: 5
-
Creates a new template_version object POST {{baseUrl}}/templates/:tmpl_id/versions
-
List all template_versions GET {{baseUrl}}/templates/:tmpl_id/versions
-
Retrieve template version with given template and version ids. GET {{baseUrl}}/templates/:tmpl_id/versions/:vrsn_id
-
Updates the template version with given template and version ids. POST {{baseUrl}}/templates/:tmpl_id/versions/:vrsn_id
-
Deletes the template version with given template and version ids if possible. DELETE {{baseUrl}}/templates/:tmpl_id/versions/:vrsn_id