Update an existing InspectionTemplate.
PATCH/inspection-templates/:inspectionTemplateId
Update the name and/or visibility of an existing InspectionTemplate. Only provided fields are changed; omitted or null fields remain unchanged. Visibility can only be changed to a value present in the template's changeableTo list.
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
InspectionTemplate updated.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error