Skip to content

Commit d0dc4fc

Browse files
committed
ci: Generate docs
1 parent 7a99539 commit d0dc4fc

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

docs/api/_report.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ These items are intentionally undocumented.
9696
- `/seam/bridge/v1/bridge_client_sessions`: No undocumented message provided
9797
- `/seam/bridge/v1/bridge_connected_systems`: No undocumented message provided
9898
- `/seam/instant_key/v1/client_sessions`: No undocumented message provided
99+
- `/seam/mobile_sdk/v1/acs/credentials`: No undocumented message provided
99100
- `/thermostats/daily_programs`: No undocumented message provided
100101
- `/unstable_access_grants`: No undocumented message provided
101102
- `/unstable_access_methods`: No undocumented message provided
@@ -109,6 +110,7 @@ These items are intentionally undocumented.
109110

110111
- `/seam/bridge/v1`: No undocumented message provided
111112
- `/seam/instant_key/v1`: No undocumented message provided
113+
- `/seam/mobile_sdk/v1/acs`: No undocumented message provided
112114

113115
### Endpoints
114116

@@ -131,6 +133,7 @@ These items are intentionally undocumented.
131133
- `/seam/bridge/v1/bridge_client_sessions/report_status`: Seam Bridge Client only.
132134
- `/seam/bridge/v1/bridge_connected_systems/list`: Seam Bridge Client only.
133135
- `/seam/instant_key/v1/client_sessions/exchange_short_code`: Seam Instant Key only.
136+
- `/seam/mobile_sdk/v1/acs/credentials/list`: Mobile SDK only.
134137
- `/thermostats/activate_weekly_program`: Unreleased.
135138
- `/thermostats/clear_weekly_program`: Unreleased.
136139
- `/thermostats/get`: Will be removed.
@@ -916,6 +919,7 @@ These items are deprecated.
916919
- `/seam/bridge/v1/bridge_client_sessions/report_status`
917920
- `/seam/bridge/v1/bridge_connected_systems/list`
918921
- `/seam/instant_key/v1/client_sessions/exchange_short_code`
922+
- `/seam/mobile_sdk/v1/acs/credentials/list`
919923
- `/thermostats/activate_weekly_program`
920924
- `/thermostats/clear_weekly_program`
921925
- `/thermostats/get`

docs/api/acs/users/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,35 @@ Possible enum values:
233233
Format: `String`
234234

235235

236+
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
237+
238+
</details>
239+
<details>
240+
<summary><code>latch_conflict_with_resident_user</code></summary>
241+
242+
Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).
243+
244+
**`created_at`**
245+
Format: `Datetime`
246+
247+
248+
Date and time at which Seam created the error.
249+
250+
---
251+
252+
**`error_code`**
253+
Format: `Enum`
254+
255+
256+
Possible enum values:
257+
- `latch_conflict_with_resident_user`
258+
259+
---
260+
261+
**`message`**
262+
Format: `String`
263+
264+
236265
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
237266

238267
</details>
@@ -740,6 +769,12 @@ Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/acce
740769

741770
---
742771

772+
### `latch_conflict_with_resident_user`
773+
774+
Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).
775+
776+
---
777+
743778
## Warnings
744779

745780
### `being_deleted`

0 commit comments

Comments
 (0)