Skip to content

Commit 75d2bea

Browse files
authored
feat: Update to @seamapi/[email protected] (#978)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent e3b8e09 commit 75d2bea

File tree

6 files changed

+139
-83
lines changed

6 files changed

+139
-83
lines changed

docs/api/_blueprint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27018,7 +27018,7 @@
2701827018
"parameters": [
2701927019
{
2702027020
"name": "connected_account_id",
27021-
"description": "",
27021+
"description": "ID of the connected account you want to simulate as disconnected.",
2702227022
"isRequired": true,
2702327023
"isDeprecated": false,
2702427024
"deprecationMessage": "",
@@ -27035,7 +27035,8 @@
2703527035
"hasPagination": false,
2703627036
"authMethods": [
2703727037
"api_key",
27038-
"personal_access_token"
27038+
"personal_access_token",
27039+
"client_session_token"
2703927040
],
2704027041
"workspaceScope": "required",
2704127042
"codeSamples": []

docs/api/_report.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ Items that are intentionally undocumented are not included in this section.
379379
- `device_selection_mode`
380380
- `/connected_accounts/delete`
381381
- `sync`
382-
- `/connected_accounts/simulate/disconnect`
383-
- `connected_account_id`
384382
- `/customers/create_portal`
385383
- `features`
386384
- `customer_data`

docs/api/connected_accounts/simulate/disconnect.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Simulates a connected account becoming disconnected from Seam. Only applicable f
1111
<summary>Authentication Methods</summary>
1212

1313
- API key
14+
- Client session token
1415
- Personal access token
1516
<br>Must also include the `seam-workspace` header in the request.
1617

@@ -21,6 +22,8 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati
2122

2223
**`connected_account_id`** *String* (Required)
2324

25+
ID of the connected account you want to simulate as disconnected.
26+
2427
---
2528

2629

0 commit comments

Comments
 (0)