From 336d868cb546ef48842cce7dfe34a60fd565f395 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:48:06 +0000 Subject: [PATCH 1/2] Initial plan From f7fc649eaabfa007d635b685652a8d60881f42c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:49:31 +0000 Subject: [PATCH 2/2] Fix spelling errors in batch_update_state docstring Co-authored-by: jacalata <2009720+jacalata@users.noreply.github.com> --- tableauserverclient/server/endpoint/schedules_endpoint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tableauserverclient/server/endpoint/schedules_endpoint.py b/tableauserverclient/server/endpoint/schedules_endpoint.py index 8984af407..99b83e646 100644 --- a/tableauserverclient/server/endpoint/schedules_endpoint.py +++ b/tableauserverclient/server/endpoint/schedules_endpoint.py @@ -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"]