Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tableauserverclient/server/endpoint/schedules_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ def batch_update_state(
@api(version="3.27")
def batch_update_state(self, schedules, state, update_all=False) -> list[str]:
"""
Batch update the status of one or more scheudles. If update_all is set,
Batch update the status of one or more schedules. If update_all is set,
all schedules on the Tableau Server are affected.

Parameters
----------
schedules: Iterable[ScheudleItem | str] | Any
schedules: Iterable[ScheduleItem | str] | Any
The schedules to be updated. If update_all=True, this is ignored.

state: Literal["active", "suspended"]
Expand Down