docs: update patch_state docstring to include active_view

This commit is contained in:
Brian Krabach
2026-04-15 17:03:17 -07:00
parent b69a1f8c15
commit acdfc9bafd
+1 -1
View File
@@ -485,7 +485,7 @@ async def patch_state(patch: StatePatch) -> dict:
Only fields explicitly included in the request body are updated; Only fields explicitly included in the request body are updated;
omitted fields are left unchanged. Supports: session_order, omitted fields are left unchanged. Supports: session_order,
active_session, active_remote_id. active_session, active_remote_id, active_view.
""" """
async with state_lock: async with state_lock:
state = load_state() state = load_state()