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: specs/openapi.documented.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,9 @@ components:
250
250
description: The number of seconds of inactivity before the browser session is terminated.
251
251
profile:
252
252
$ref: '#/components/schemas/Profile'
253
+
profile_save_changes:
254
+
type: boolean
255
+
description: Whether changes made during this browser session are saved back to its profile when the session ends. Omitted when no profile is attached.
253
256
proxy_id:
254
257
type: string
255
258
description: ID of the proxy associated with this browser session, if any.
0 commit comments