You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`schedules`| (Optional) An iterable of `ScheduleItem` objects or schedule ID strings to be updated. If `update_all=True`, this parameter is ignored. |
3636
+
|`state`| The state to set for the schedules. Must be either `"active"` or `"suspended"`. |
3637
+
|`update_all`| (Optional) If set to `True`, applies the state to all schedules on the server. Defaults to `False`. |
3638
+
3639
+
**Returns**
3640
+
3641
+
A list of strings containing the IDs of the affected schedules.
0 commit comments