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
4 changes: 2 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
* [Get an Access Code](api-clients/access_codes/get.md)
* [Update an Access Code](api-clients/access_codes/update.md)
* [Update Multiple Linked Access Codes](api-clients/access_codes/update-multiple-linked-access-codes.md)
* [Report Device Access Code Constraints](api/access_codes/report-device-access-code-constraints.md)
* [Report Device Access Code Constraints](api-clients/access_codes/report-device-access-code-constraints.md)
* [Delete an Access Code](api-clients/access_codes/delete.md)
* [Pull Backup Access Code](api-clients/access_codes/pull_backup_access_code.md)
* [Unmanaged Access Codes](api-clients/access_codes/unmanaged/README.md)
Expand Down Expand Up @@ -441,7 +441,7 @@
* [Schlage Locks Setup Instructions](device-and-system-integration-guides/schlage-locks/schlage-locks-setup-instructions.md)
* [Get started with Schlage Locks](device-guides/get-started-with-schlage-locks.md)
* [SmartThings Hubs + Smart Locks](device-and-system-integration-guides/smartthings-hubs-+-smart-locks.md)
* [Get started with SmartThings Hubs + Smart Locks](device-guides/get-started-with-smartthings-hubs-+-smart-locks.md)
* [Get started with SmartThings Hubs + Smart Locks](device-guides/get-started-with-smartthings-hubs-+-smart-locks.md)
* [Tedee Locks](device-and-system-integration-guides/tedee-locks/README.md)
* [Get Started with Tedee Locks](device-and-system-integration-guides/tedee-locks/get-started-with-tedee-locks.md)
* [TTLock Locks](device-guides/ttlock-locks.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/api-clients/access_codes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Warnings are returned in a list:
* [Get an access code](get.md)
* [Update an access code](update.md)
* [Update multiple linked access codes](update-multiple-linked-access-codes.md)
* [Report device access code constraints](../../api/access_codes/report-device-access-code-constraints.md)
* [Report device access code constraints](../../api-clients/access_codes/report-device-access-code-constraints.md)
* [Delete an access code](delete.md)
* [List unmanaged access codes](unmanaged/list.md)
* [Convert an unmanaged access code](unmanaged/convert_to_managed.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Note the following SmartThings-specific features:

### Reporting Access Code Length Constraints

For SmartThings-connected devices, you can report the set of supported access code lengths or the minimum and maximum supported code lengths. For details, see [Report Device Access Code Constraints](../api/access_codes/report-device-access-code-constraints.md).
For SmartThings-connected devices, you can report the set of supported access code lengths or the minimum and maximum supported code lengths. For details, see [Report Device Access Code Constraints](../api-clients/access_codes/report-device-access-code-constraints.md).

***

Expand Down
Loading