File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ This method supports paging via optional the use of `take` parameter. Without th
147147
148148``` python
149149connected_accounts = await client.list_connected_accounts(
150- connection = " google-oauth2" # optional
150+ connection = " google-oauth2" , # optional
151151 take = 5 , # optional
152152 from_token = " NEXT_VALUE_FROM_PREVIOUS_RESPONSE" , # optional
153153 store_options = {" request" : request, " response" : response}
@@ -164,7 +164,7 @@ This method takes a `connected_account_id` parameter which can be obtained from
164164
165165``` python
166166connected_accounts = await client.delete_connected_account(
167- connected_account_id = " CONNECTED_ACCOUNT_ID"
167+ connected_account_id = " CONNECTED_ACCOUNT_ID" ,
168168 store_options = {" request" : request, " response" : response}
169169)
170170```
You can’t perform that action at this time.
0 commit comments