Update a schedule itemAsk AIput https://api.safetyculture.io/schedules/v1/schedule_items/{id}Path ParamsidstringrequiredThe id of the schedule item to updateBody ParamsThe new schedule itemdescriptionstringDescription of the schedule itemmust_completestringenumDefaults to MUST_COMPLETE_UNSPECIFIEDWhom must complete a given schedule, either one assignee or all assigneesMUST_COMPLETE_UNSPECIFIEDONEALLAllowed:MUST_COMPLETE_UNSPECIFIEDONEALLcan_late_submitbooleanCan the inspections be started after the due datetruefalserecurrencestringRRule formatted recurrence string. Example: FREQ=WEEKLY;BYDAY=MO;INTERVAL=1 represents weekly on Monday.start_timeobjectThe time the schedule item starts on each occurrence e.g. 9:10AMScheduleItem.StartTime objectdurationstringISO8601 duration string, e.g. PT1H. How long inspection can be started after the start_date.timezonestring@deprecated, this field is not being used to dictate the timezone of the schedule item. The timezone of the schedule item is based on the authenticated user's profile timezone.from_datedate-timeWhen this schedule will begin appearingto_datedate-timeWhen the schedule will endremindersarray of objectsReminders that will be sent to assigneesremindersADD objectassigneesarray of objectsThe users or groups that are assigned to complete the scheduleassigneesADD objectdocumentobjectThe document that is assigned to this schedule itemsScheduleItem.Document objectlocation_idstringThe location assigned to this schedule itemasset_idstringThe asset assigned to this schedule itemResponses 200A successful response. defaultAn unexpected error response.Updated 9 days ago