Skip to content

Commit 3ac3fb8

Browse files
docs: clarify record_session description in OpenAPI spec
1 parent 53fea1c commit 3ac3fb8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 112
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-64dac369ae935b0318cd611e1735d45359a663eb55cf43fbb8b09e9dd814d7a2.yml
3-
openapi_spec_hash: cc0c6a4e716977df4b9eab5f4658d41b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-a33e59aa1758ba51f13538838ecd70b0a23ed69739b3022e8c2ce0622e42b904.yml
3+
openapi_spec_hash: c042d2f6880c927be09aa9fa79d7241e
44
config_hash: 08d55086449943a8fec212b870061a3f

src/kernel/types/auth/managed_auth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ class ManagedAuth(BaseModel):
131131
"""Name of the profile associated with this auth connection"""
132132

133133
record_session: bool
134-
"""
135-
Whether browser sessions for this connection are recorded by default for
136-
debugging. Can be overridden per-login.
134+
"""Whether to record browser session replays for this connection by default.
135+
136+
Useful for debugging login flows. Can be overridden per-login.
137137
"""
138138

139139
save_credentials: bool

0 commit comments

Comments
 (0)