Create a shift for an on-call scheduleAsk AIpost https://api.firehydrant.io/v1/teams/{team_id}/on_call_schedules/{schedule_id}/shiftsCreate a Signals on-call shift in a schedule.Path Paramsteam_idstringrequiredschedule_idstringrequiredBody Paramsstart_timedate-timerequiredThe start time of the shift in ISO8601 format.end_timedate-timerequiredThe 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.rotation_idstring | nullThe ID of the on-call rotation you want to create the shift in. This parameter is optional for backwards compatibility but must be provided if the schedule has multiple rotations.Response 201Create a Signals on-call shift in a schedule.Updated 7 months ago