put
https://api.safetyculture.io/assets/v1/maintenance/program/
Update specific attributes of a maintenance program using the update_mask parameter to control which properties are modified.
- If
update_mask=name, only the name is updated regardless of other values in the request body. - If
update_mask=description, only the description is updated. - If
update_mask=interval, only the interval is updated. The due-soon threshold must not exceed the interval. - Multiple attributes can be updated in one request using comma-separated values:
update_mask=name,description. - Any attributes not listed in
update_maskare ignored, even if present in the request body.