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
29 changes: 26 additions & 3 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7174,6 +7174,16 @@
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
},
{
"name": "acs_credentials",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
},
Expand Down Expand Up @@ -7261,6 +7271,16 @@
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
},
{
"name": "acs_credentials",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
}
Expand Down Expand Up @@ -12855,7 +12875,8 @@
"hasPagination": false,
"authMethods": [
"personal_access_token",
"api_key"
"api_key",
"client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
Expand Down Expand Up @@ -13244,7 +13265,8 @@
"hasPagination": true,
"authMethods": [
"personal_access_token",
"api_key"
"api_key",
"client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
Expand Down Expand Up @@ -13835,7 +13857,8 @@
"hasPagination": false,
"authMethods": [
"api_key",
"personal_access_token"
"personal_access_token",
"client_session_token"
],
"workspaceScope": "required",
"codeSamples": [
Expand Down
2 changes: 2 additions & 0 deletions docs/api/access_methods/get_related.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Possible enum values:
- <code>access_methods</code>
- <code>instant_keys</code>
- <code>client_sessions</code>
- <code>acs_credentials</code>
</details>

---
Expand All @@ -59,6 +60,7 @@ Possible enum values:
- <code>access_methods</code>
- <code>instant_keys</code>
- <code>client_sessions</code>
- <code>acs_credentials</code>
</details>

---
Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/encoders/encode_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ seam acs encoders encode-credential --acs_encoder_id "18ad521a-308e-4182-b1a6-23
<summary>Authentication Methods</summary>

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

Expand Down
1 change: 1 addition & 0 deletions docs/api/acs/encoders/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ seam acs encoders list
<summary>Authentication Methods</summary>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ seam acs encoders simulate next-credential-encode-will-succeed --acs_encoder_id
<summary>Authentication Methods</summary>

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

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.633.0",
"@seamapi/types": "1.634.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading