Update schedule detailsAsk AIpatch https://api.safetyculture.io/scheduling/v1/schedules/{schedule_id}/detailsUpdates schedule details such as title or completion rule.Path Paramsschedule_idstringrequiredID of the schedule to update.Body ParamstitlestringTitle of the schedule.completion_rulestringenumDefaults to COMPLETION_RULE_UNSPECIFIEDCompletion rule for the schedule. Determines how many assigned users must complete the work for an occurrence to be considered complete.COMPLETION_RULE_UNSPECIFIEDCOMPLETION_RULE_ANYCOMPLETION_RULE_ALLAllowed:COMPLETION_RULE_UNSPECIFIEDCOMPLETION_RULE_ANYCOMPLETION_RULE_ALLupdate_maskstringrequiredFields to update. Valid paths: "title", "completion_rule".Responses 200A successful response. defaultAn unexpected error response.Updated about 2 hours ago