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
9 changes: 9 additions & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,18 @@
* [Get related Access Grant resources](api/access_grants/get_related.md)
* [List Access Grants](api/access_grants/list.md)
* [Update an Access Grant](api/access_grants/update.md)
* [Unmanaged](api/access_grants/unmanaged/README.md)
* [Get an Unmanaged Access Grant](api/access_grants/unmanaged/get.md)
* [List Unmanaged Access Grants](api/access_grants/unmanaged/list.md)
* [Access Methods](api/access_methods/README.md)
* [Delete an Access Method](api/access_methods/delete.md)
* [Encode an Access Method](api/access_methods/encode.md)
* [Get an Access Method](api/access_methods/get.md)
* [Get related Access Method resources](api/access_methods/get_related.md)
* [List Access Methods](api/access_methods/list.md)
* [Unmanaged](api/access_methods/unmanaged/README.md)
* [Get an Unmanaged Access Method](api/access_methods/unmanaged/get.md)
* [List Unmanaged Access Methods](api/access_methods/unmanaged/list.md)
* [Action Attempts](api/action_attempts/README.md)
* [Get an Action Attempt](api/action_attempts/get.md)
* [List Action Attempts](api/action_attempts/list.md)
Expand Down Expand Up @@ -368,6 +374,9 @@
* [Remove an ACS User from a User Identity](api/user_identities/remove_acs_user.md)
* [Revoke Access to a Device from a User Identity](api/user_identities/revoke_access_to_device.md)
* [Update a User Identity](api/user_identities/update.md)
* [Unmanaged](api/user_identities/unmanaged/README.md)
* [Get an Unmanaged User Identity](api/user_identities/unmanaged/get.md)
* [List Unmanaged User Identities](api/user_identities/unmanaged/list.md)
* [Webhooks](api/webhooks/README.md)
* [Create a Webhook](api/webhooks/create.md)
* [Delete a Webhook](api/webhooks/delete.md)
Expand Down
Loading
Loading