Template Versions

Number of APIs: 5

  1. Creates a new template_version object POST {{baseUrl}}/templates/:tmpl_id/versions

  2. List all template_versions GET {{baseUrl}}/templates/:tmpl_id/versions

  3. Retrieve template version with given template and version ids. GET {{baseUrl}}/templates/:tmpl_id/versions/:vrsn_id

  4. Updates the template version with given template and version ids. POST {{baseUrl}}/templates/:tmpl_id/versions/:vrsn_id

  5. Deletes the template version with given template and version ids if possible. DELETE {{baseUrl}}/templates/:tmpl_id/versions/:vrsn_id