Skip to content

Commit de53ea5

Browse files
docs: clarify record_session description in OpenAPI spec
1 parent 0fd9a82 commit de53ea5

2 files changed

Lines changed: 4 additions & 4 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/resources/auth/connections.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ export interface ManagedAuth {
213213
profile_name: string;
214214

215215
/**
216-
* Whether browser sessions for this connection are recorded by default for
217-
* debugging. Can be overridden per-login.
216+
* Whether to record browser session replays for this connection by default. Useful
217+
* for debugging login flows. Can be overridden per-login.
218218
*/
219219
record_session: boolean;
220220

0 commit comments

Comments
 (0)