Skip to content
Closed
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
4 changes: 2 additions & 2 deletions docs/api-reference/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27848,8 +27848,8 @@
"draftMessage": "",
"response": {
"responseType": "resource",
"responseKey": "magic_link",
"resourceType": "magic_link",
"responseKey": "customer_portal",
"resourceType": "unknown",
"description": "OK",
"actionAttemptType": null,
"batchResourceTypes": null
Expand Down
3 changes: 3 additions & 0 deletions docs/api-reference/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ These items are deprecated.
- `action_attempt`
- `/access_codes/pull_backup_access_code`
- `backup_access_code`
- `/customers/create_portal`
- `magic_link`
- `/events/get`
- `message`
- `/locks/get`
Expand Down Expand Up @@ -700,6 +702,7 @@ These items are deprecated.
- `/access_methods/unmanaged/list`: `access_methods`
- `/bridges/get`: `bridge`
- `/bridges/list`: `bridges`
- `/customers/create_portal`: `customer_portal`
- `/customers/reservations/create_deep_link`: `deep_link`
- `/seam/connect_webview/v1/reset`: `ok`
- `/seam/connect_webview/v1/submit`: `ok`
Expand Down
20 changes: 1 addition & 19 deletions docs/api-reference/customers/create_portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,25 +418,7 @@ Navigation mode for the portal. 'restricted' tells frontend to hide navigation U

{% hint style="success" %}
Returns:
**[magic\_link](./../unstable_partner/building_blocks)**
**[unknown](./)**

{% endhint %}


{% tabs %}
{% tab title="JSON" %}



```json
{
"building_block_type": "connect_accounts",
"created_at": "2025-06-16T16:54:17.946594Z",
"customer_key": "My Company",
"expires_at": "2025-06-17T16:54:17.946594Z",
"url": "https://se.am/1234",
"workspace_id": "67c58f1f-f148-4415-a63c-dc6c145c6b91"
}
```
{% endtab %}
{% endtabs %}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@metalsmith/metadata": "^0.3.0",
"@prettier/plugin-php": "^0.24.0",
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.53.2",
"@seamapi/blueprint": "^0.55.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.803.0",
"@seamapi/types": "1.804.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading