Skip to content

Commit 498d3c1

Browse files
committed
ci: Generate docs
1 parent bce5652 commit 498d3c1

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

docs/api/_blueprint.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7269,7 +7269,8 @@
72697269
"hasPagination": false,
72707270
"authMethods": [
72717271
"personal_access_token",
7272-
"api_key"
7272+
"api_key",
7273+
"client_session_token"
72737274
],
72747275
"workspaceScope": "required",
72757276
"codeSamples": []
@@ -50496,6 +50497,52 @@
5049650497
"isDeprecated": false,
5049750498
"isDraft": false
5049850499
},
50500+
{
50501+
"path": "/seam/customer/v1/access_grants",
50502+
"name": "access_grants",
50503+
"namespacePath": "/seam/customer/v1",
50504+
"endpoints": [
50505+
{
50506+
"title": "List Access Grants (Other Access)",
50507+
"name": "list",
50508+
"path": "/seam/customer/v1/access_grants/list",
50509+
"parentPath": "/seam/customer/v1/access_grants",
50510+
"description": "Gets an Access Grant.",
50511+
"isDeprecated": false,
50512+
"deprecationMessage": "",
50513+
"isUndocumented": true,
50514+
"undocumentedMessage": "Internal endpoint for customer portals.",
50515+
"isDraft": false,
50516+
"draftMessage": "",
50517+
"response": {
50518+
"responseType": "resource_list",
50519+
"responseKey": "access_grants",
50520+
"resourceType": "access_grant",
50521+
"description": "OK",
50522+
"actionAttemptType": null
50523+
},
50524+
"request": {
50525+
"methods": [
50526+
"GET",
50527+
"POST"
50528+
],
50529+
"semanticMethod": "GET",
50530+
"preferredMethod": "POST",
50531+
"parameters": []
50532+
},
50533+
"hasPagination": false,
50534+
"authMethods": [
50535+
"client_session_token"
50536+
],
50537+
"workspaceScope": "required",
50538+
"codeSamples": []
50539+
}
50540+
],
50541+
"parentPath": "/seam/customer/v1",
50542+
"isUndocumented": true,
50543+
"isDeprecated": false,
50544+
"isDraft": false
50545+
},
5049950546
{
5050050547
"path": "/seam/customer/v1/automation_runs",
5050150548
"name": "automation_runs",

docs/api/_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ These items are intentionally undocumented.
1616
- `/seam/bridge/v1/bridge_connected_systems`: No undocumented message provided
1717
- `/seam/console/v1`: No undocumented message provided
1818
- `/seam/console/v1/timelines`: No undocumented message provided
19+
- `/seam/customer/v1/access_grants`: No undocumented message provided
1920
- `/seam/customer/v1/automation_runs`: No undocumented message provided
2021
- `/seam/customer/v1/automations`: No undocumented message provided
2122
- `/seam/customer/v1/connectors`: No undocumented message provided
@@ -90,6 +91,7 @@ These items are intentionally undocumented.
9091
- `/seam/bridge/v1/bridge_connected_systems/list`: Seam Bridge Client only.
9192
- `/seam/console/v1/get_resource_locator`: Internal endpoint for Console
9293
- `/seam/console/v1/timelines/get`: Internal endpoint for Console
94+
- `/seam/customer/v1/access_grants/list`: Internal endpoint for customer portals.
9395
- `/seam/customer/v1/automation_runs/list`: Internal endpoint for customer portals.
9496
- `/seam/customer/v1/automations/delete`: Internal endpoint for customer portals.
9597
- `/seam/customer/v1/automations/get`: Internal endpoint for customer portals.

docs/api/access_methods/get_related.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gets all related resources for one or more Access Methods.
1414
<summary>Authentication Methods</summary>
1515

1616
- API key
17+
- Client session token
1718
- Personal access token
1819
<br>Must also include the `seam-workspace` header in the request.
1920

0 commit comments

Comments
 (0)