Skip to content

Commit

Permalink
Only render code samples for supported SDKs (#370)
Browse files Browse the repository at this point in the history
* Update to blueprint v0.27.4

* Update @seamapi/types

* Only render code samples for supported SDKs

* ci: Generate docs

---------

Co-authored-by: Seam Bot <[email protected]>
  • Loading branch information
razor-x and seambot authored Oct 9, 2024
1 parent 64f5ad7 commit 2c5882c
Show file tree
Hide file tree
Showing 6 changed files with 665 additions and 324 deletions.
2 changes: 1 addition & 1 deletion docs/api/acs/systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ Returns a specified [access control system](https://docs.seam.co/latest/capabili
Returns a list of all [access control systems](https://docs.seam.co/latest/capability-guides/access-systems).
## [`/acs/systems/list_compatible_credential_manager_acs_systems`](./list_compatible_credential_manager_acs_systems.md)

Returns a list of all credential manager ACS systems that are compatible with a specified
Returns a list of all credential manager ACS systems that are compatible with a specified
[access control system](https://docs.seam.co/latest/capability-guides/access-systems).
4 changes: 2 additions & 2 deletions docs/api/acs/systems/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ POST /acs/systems/list ⇒ { acs_systems: [acs_system, …] }

Returns a list of all [access control systems](https://docs.seam.co/latest/capability-guides/access-systems).

To filter the list of returned access control systems by a specific connected account ID, include the
`connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the
To filter the list of returned access control systems by a specific connected account ID, include the
`connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the
response includes all access control systems connected to your workspace.

{% tabs %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
POST /acs/systems/list_compatible_credential_manager_acs_systems ⇒ { acs_systems: [acs_system, …] }
```

Returns a list of all credential manager ACS systems that are compatible with a specified
Returns a list of all credential manager ACS systems that are compatible with a specified
[access control system](https://docs.seam.co/latest/capability-guides/access-systems).

Specify the ACS system for which you want to retrieve all compatible credential manager ACS
Specify the ACS system for which you want to retrieve all compatible credential manager ACS
systems by including the corresponding `acs_system_id` in the request body.

{% tabs %}
Expand Down
Loading

0 comments on commit 2c5882c

Please sign in to comment.