Update an on-call shift for a team scheduleAsk AIpatch https://api.firehydrant.io/v1/teams/{team_id}/on_call_schedules/{schedule_id}/shifts/{id}Update a Signals on-call shift by IDPath Paramsidstringrequiredteam_idstringrequiredschedule_idstringrequiredBody Paramsstart_timedate-time | nullThe start time of the shift in ISO8601 format.end_timedate-time | nullThe end time of the shift in ISO8601 format.user_idstring | nullThe ID of the user who is on-call for the shift. If not provided, the shift will be unassigned.coverage_requeststring | nullA description of why coverage is needed for this shift. If the shift is re-assigned, this will automatically be cleared unless provided again.Response 200Update a Signals on-call shift by IDUpdated 7 months ago