Create a new version of an InspectionTemplate.
POST/inspection-templates/:inspectionTemplateId
Create a new version of an existing InspectionTemplate using its ID.
A valid token is required to call this service. Refer to the guide: How to obtain a token
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
New version of the InspectionTemplate created.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error