Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27018,7 +27018,7 @@
"parameters": [
{
"name": "connected_account_id",
"description": "",
"description": "ID of the connected account you want to simulate as disconnected.",
"isRequired": true,
"isDeprecated": false,
"deprecationMessage": "",
Expand All @@ -27035,7 +27035,8 @@
"hasPagination": false,
"authMethods": [
"api_key",
"personal_access_token"
"personal_access_token",
"client_session_token"
],
"workspaceScope": "required",
"codeSamples": []
Expand Down
2 changes: 0 additions & 2 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,6 @@ Items that are intentionally undocumented are not included in this section.
- `device_selection_mode`
- `/connected_accounts/delete`
- `sync`
- `/connected_accounts/simulate/disconnect`
- `connected_account_id`
- `/customers/create_portal`
- `features`
- `customer_data`
Expand Down
3 changes: 3 additions & 0 deletions docs/api/connected_accounts/simulate/disconnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Simulates a connected account becoming disconnected from Seam. Only applicable f
<summary>Authentication Methods</summary>

- API key
- Client session token
- Personal access token
<br>Must also include the `seam-workspace` header in the request.

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

**`connected_account_id`** *String* (Required)

ID of the connected account you want to simulate as disconnected.

---


Expand Down
Loading
Loading