Skip to content

Commit

Permalink
Merge pull request #884 from stripe/latest-codegen-beta
Browse files Browse the repository at this point in the history
API Updates for beta branch
  • Loading branch information
richardm-stripe authored Oct 14, 2022
2 parents 0679ff0 + 7362b59 commit fa34ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v196
v202
4 changes: 2 additions & 2 deletions stripe/api_resources/account_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

class AccountSession(CreateableAPIResource):
"""
An AccountSession allows a Connect platform to grant access to a connected account in Connect Embedded UIs.
An AccountSession allows a Connect platform to grant access to a connected account in Connect Elements.
We recommend that you create an AccountSession each time you need to display an embedded UI
to your user. Do not save AccountSessions to your database as they expire relatively
quickly, and cannot be used more than once.
Related guide: [Connect Embedded UIs](https://stripe.com/docs/connect/get-started-connect-elements).
Related guide: [Connect Elements](https://stripe.com/docs/connect/get-started-connect-elements).
"""

OBJECT_NAME = "account_session"

0 comments on commit fa34ab4

Please sign in to comment.