Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 27, 2023
1 parent c169625 commit 186019e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9806,7 +9806,7 @@
}
},
"customer_session": {
"description": "A customer session allows you to grant client access to Stripe's frontend SDKs (like BillingJs)\ncontrol over a customer.",
"description": "A customer session allows you to grant client access to Stripe's frontend SDKs (like StripeJs)\ncontrol over a customer.",
"properties": {
"client_secret": {
"description": "The client secret of this customer session. Used on the client to set up secure access to the given `customer`.\n\nThe client secret can be used to provide access to `customer` from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9400,7 +9400,7 @@ components:
customer_session:
description: >-
A customer session allows you to grant client access to Stripe's
frontend SDKs (like BillingJs)
frontend SDKs (like StripeJs)

control over a customer.
properties:
Expand Down

0 comments on commit 186019e

Please sign in to comment.