From acdfc9bafdda4fdc1cc544b8e892a15d5f989e51 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Wed, 15 Apr 2026 17:03:17 -0700 Subject: [PATCH] docs: update patch_state docstring to include active_view --- muxplex/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muxplex/main.py b/muxplex/main.py index a9e18f4..12f56ec 100644 --- a/muxplex/main.py +++ b/muxplex/main.py @@ -485,7 +485,7 @@ async def patch_state(patch: StatePatch) -> dict: Only fields explicitly included in the request body are updated; omitted fields are left unchanged. Supports: session_order, - active_session, active_remote_id. + active_session, active_remote_id, active_view. """ async with state_lock: state = load_state()