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
Copy file name to clipboardExpand all lines: README.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,24 @@ Using the ``wait_for_action_attempt`` option:
191
191
except SeamActionAttemptTimeoutError as e:
192
192
print("Door took too long to unlock")
193
193
194
+
Interacting with Multiple Workspaces
195
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196
+
197
+
Some Seam API endpoints interact with multiple workspaces. The ``SeamMultiWorkspace`` client is not bound to a specific workspace and may use those endpoints with a personal access token authentication method.
198
+
199
+
A Personal Access Token is scoped to a Seam Console user. Obtain one from the Seam Console.
0 commit comments