From 2f64d9dc1385adb0632ea754c859229eb9e54505 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 14 Jan 2025 19:15:21 +0000 Subject: [PATCH] ci: Generate docs --- docs/api/acs/access_groups/add_user.md | 4 ++-- docs/api/acs/access_groups/get.md | 4 ++-- docs/api/acs/access_groups/list.md | 4 ++-- docs/api/acs/access_groups/list_accessible_entrances.md | 4 ++-- docs/api/acs/access_groups/list_users.md | 4 ++-- docs/api/acs/access_groups/remove_user.md | 4 ++-- docs/api/acs/credentials/assign.md | 4 ++-- docs/api/acs/credentials/create.md | 4 ++-- docs/api/acs/credentials/delete.md | 4 ++-- docs/api/acs/credentials/get.md | 4 ++-- docs/api/acs/credentials/list.md | 4 ++-- docs/api/acs/credentials/list_accessible_entrances.md | 4 ++-- docs/api/acs/credentials/unassign.md | 4 ++-- docs/api/acs/credentials/update.md | 4 ++-- docs/api/acs/entrances/grant_access.md | 4 ++-- docs/api/acs/entrances/list.md | 4 ++-- docs/api/acs/entrances/list_credentials_with_access.md | 4 ++-- docs/api/acs/systems/get.md | 4 ++-- docs/api/acs/systems/list.md | 4 ++-- .../systems/list_compatible_credential_manager_acs_systems.md | 4 ++-- docs/api/acs/users/add_to_access_group.md | 4 ++-- docs/api/acs/users/create.md | 4 ++-- docs/api/acs/users/delete.md | 4 ++-- docs/api/acs/users/get.md | 4 ++-- docs/api/acs/users/list.md | 4 ++-- docs/api/acs/users/list_accessible_entrances.md | 4 ++-- docs/api/acs/users/remove_from_access_group.md | 4 ++-- docs/api/acs/users/revoke_access_to_all_entrances.md | 4 ++-- docs/api/acs/users/suspend.md | 4 ++-- docs/api/acs/users/unsuspend.md | 4 ++-- docs/api/acs/users/update.md | 4 ++-- docs/api/thermostats/activate_climate_preset.md | 4 ++-- docs/api/thermostats/cool.md | 4 ++-- docs/api/thermostats/create_climate_preset.md | 4 ++-- docs/api/thermostats/delete_climate_preset.md | 4 ++-- docs/api/thermostats/heat.md | 4 ++-- docs/api/thermostats/heat_cool.md | 4 ++-- docs/api/thermostats/list.md | 4 ++-- docs/api/thermostats/off.md | 4 ++-- docs/api/thermostats/schedules/create.md | 4 ++-- docs/api/thermostats/schedules/delete.md | 4 ++-- docs/api/thermostats/schedules/get.md | 4 ++-- docs/api/thermostats/schedules/list.md | 4 ++-- docs/api/thermostats/schedules/update.md | 4 ++-- docs/api/thermostats/set_fallback_climate_preset.md | 4 ++-- docs/api/thermostats/set_fan_mode.md | 4 ++-- docs/api/thermostats/set_hvac_mode.md | 4 ++-- docs/api/thermostats/set_temperature_threshold.md | 4 ++-- docs/api/thermostats/update_climate_preset.md | 4 ++-- docs/api/user_identities/add_acs_user.md | 4 ++-- docs/api/user_identities/create.md | 4 ++-- docs/api/user_identities/delete.md | 4 ++-- docs/api/user_identities/enrollment_automations/delete.md | 4 ++-- docs/api/user_identities/enrollment_automations/get.md | 4 ++-- docs/api/user_identities/enrollment_automations/launch.md | 4 ++-- docs/api/user_identities/enrollment_automations/list.md | 4 ++-- docs/api/user_identities/get.md | 4 ++-- docs/api/user_identities/grant_access_to_device.md | 4 ++-- docs/api/user_identities/list.md | 4 ++-- docs/api/user_identities/list_accessible_devices.md | 4 ++-- docs/api/user_identities/list_acs_systems.md | 4 ++-- docs/api/user_identities/list_acs_users.md | 4 ++-- docs/api/user_identities/remove_acs_user.md | 4 ++-- docs/api/user_identities/revoke_access_to_device.md | 4 ++-- docs/api/user_identities/update.md | 4 ++-- 65 files changed, 130 insertions(+), 130 deletions(-) diff --git a/docs/api/acs/access_groups/add_user.md b/docs/api/acs/access_groups/add_user.md index 304dc903..831d49ff 100644 --- a/docs/api/acs/access_groups/add_user.md +++ b/docs/api/acs/access_groups/add_user.md @@ -123,8 +123,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/access_groups/get.md b/docs/api/acs/access_groups/get.md index b8867e65..32bf6b65 100644 --- a/docs/api/acs/access_groups/get.md +++ b/docs/api/acs/access_groups/get.md @@ -170,8 +170,8 @@ api.AcsAccessGroup{AcsAccessGroupId: "44444444-4444-4444-4444-444444444444", Nam - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/access_groups/list.md b/docs/api/acs/access_groups/list.md index 4159407e..2dd2ad2f 100644 --- a/docs/api/acs/access_groups/list.md +++ b/docs/api/acs/access_groups/list.md @@ -189,8 +189,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_system_id` diff --git a/docs/api/acs/access_groups/list_accessible_entrances.md b/docs/api/acs/access_groups/list_accessible_entrances.md index bfebaa86..71a4ed4f 100644 --- a/docs/api/acs/access_groups/list_accessible_entrances.md +++ b/docs/api/acs/access_groups/list_accessible_entrances.md @@ -164,8 +164,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/access_groups/list_users.md b/docs/api/acs/access_groups/list_users.md index 3120cd9b..d60a1090 100644 --- a/docs/api/acs/access_groups/list_users.md +++ b/docs/api/acs/access_groups/list_users.md @@ -222,8 +222,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/access_groups/remove_user.md b/docs/api/acs/access_groups/remove_user.md index b0b59ffb..3c3fffb6 100644 --- a/docs/api/acs/access_groups/remove_user.md +++ b/docs/api/acs/access_groups/remove_user.md @@ -123,8 +123,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/credentials/assign.md b/docs/api/acs/credentials/assign.md index 22198bf1..6e3f0769 100644 --- a/docs/api/acs/credentials/assign.md +++ b/docs/api/acs/credentials/assign.md @@ -123,8 +123,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/credentials/create.md b/docs/api/acs/credentials/create.md index 1dc5b511..dbdad335 100644 --- a/docs/api/acs/credentials/create.md +++ b/docs/api/acs/credentials/create.md @@ -211,8 +211,8 @@ api.AcsCredential{AcsCredentialId: "99999999-9999-9999-9999-999999999999", AcsUs - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `access_method` diff --git a/docs/api/acs/credentials/delete.md b/docs/api/acs/credentials/delete.md index 37dad7b4..7df7d823 100644 --- a/docs/api/acs/credentials/delete.md +++ b/docs/api/acs/credentials/delete.md @@ -114,8 +114,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/credentials/get.md b/docs/api/acs/credentials/get.md index b077c4cc..0ba4e9a9 100644 --- a/docs/api/acs/credentials/get.md +++ b/docs/api/acs/credentials/get.md @@ -165,8 +165,8 @@ api.AcsCredential{AcsCredentialId: "99999999-9999-9999-9999-999999999999", AcsUs - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/credentials/list.md b/docs/api/acs/credentials/list.md index 3006fcff..5376ae77 100644 --- a/docs/api/acs/credentials/list.md +++ b/docs/api/acs/credentials/list.md @@ -195,8 +195,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ## Return Type diff --git a/docs/api/acs/credentials/list_accessible_entrances.md b/docs/api/acs/credentials/list_accessible_entrances.md index 83c8ea03..f12cb0c9 100644 --- a/docs/api/acs/credentials/list_accessible_entrances.md +++ b/docs/api/acs/credentials/list_accessible_entrances.md @@ -209,8 +209,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/credentials/unassign.md b/docs/api/acs/credentials/unassign.md index f9866b4e..47203d6b 100644 --- a/docs/api/acs/credentials/unassign.md +++ b/docs/api/acs/credentials/unassign.md @@ -123,8 +123,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/credentials/update.md b/docs/api/acs/credentials/update.md index bfaa3164..eec2536f 100644 --- a/docs/api/acs/credentials/update.md +++ b/docs/api/acs/credentials/update.md @@ -119,8 +119,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/entrances/grant_access.md b/docs/api/acs/entrances/grant_access.md index d6246019..62a0af87 100644 --- a/docs/api/acs/entrances/grant_access.md +++ b/docs/api/acs/entrances/grant_access.md @@ -10,8 +10,8 @@ POST /acs/entrances/grant_access ⇒ void - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_entrance_id` diff --git a/docs/api/acs/entrances/list.md b/docs/api/acs/entrances/list.md index d7b9e58b..95483c8c 100644 --- a/docs/api/acs/entrances/list.md +++ b/docs/api/acs/entrances/list.md @@ -139,8 +139,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_id` diff --git a/docs/api/acs/entrances/list_credentials_with_access.md b/docs/api/acs/entrances/list_credentials_with_access.md index 06e69fee..7b3cca58 100644 --- a/docs/api/acs/entrances/list_credentials_with_access.md +++ b/docs/api/acs/entrances/list_credentials_with_access.md @@ -236,8 +236,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_entrance_id` diff --git a/docs/api/acs/systems/get.md b/docs/api/acs/systems/get.md index 608c8637..e1fb6356 100644 --- a/docs/api/acs/systems/get.md +++ b/docs/api/acs/systems/get.md @@ -115,8 +115,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_system_id` diff --git a/docs/api/acs/systems/list.md b/docs/api/acs/systems/list.md index 66c9b15f..c01fcfe2 100644 --- a/docs/api/acs/systems/list.md +++ b/docs/api/acs/systems/list.md @@ -120,8 +120,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `connected_account_id` diff --git a/docs/api/acs/systems/list_compatible_credential_manager_acs_systems.md b/docs/api/acs/systems/list_compatible_credential_manager_acs_systems.md index 19804473..4876793b 100644 --- a/docs/api/acs/systems/list_compatible_credential_manager_acs_systems.md +++ b/docs/api/acs/systems/list_compatible_credential_manager_acs_systems.md @@ -123,8 +123,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_system_id` diff --git a/docs/api/acs/users/add_to_access_group.md b/docs/api/acs/users/add_to_access_group.md index 7a36b1e4..f9d270bd 100644 --- a/docs/api/acs/users/add_to_access_group.md +++ b/docs/api/acs/users/add_to_access_group.md @@ -123,8 +123,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/users/create.md b/docs/api/acs/users/create.md index 4b1d1998..b76f49c7 100644 --- a/docs/api/acs/users/create.md +++ b/docs/api/acs/users/create.md @@ -189,8 +189,8 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `access_schedule` diff --git a/docs/api/acs/users/delete.md b/docs/api/acs/users/delete.md index 565b8b33..db03f248 100644 --- a/docs/api/acs/users/delete.md +++ b/docs/api/acs/users/delete.md @@ -112,8 +112,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/acs/users/get.md b/docs/api/acs/users/get.md index c637d699..b2d0431a 100644 --- a/docs/api/acs/users/get.md +++ b/docs/api/acs/users/get.md @@ -163,8 +163,8 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/acs/users/list.md b/docs/api/acs/users/list.md index 1599ff67..662f543a 100644 --- a/docs/api/acs/users/list.md +++ b/docs/api/acs/users/list.md @@ -154,8 +154,8 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_system_id` diff --git a/docs/api/acs/users/list_accessible_entrances.md b/docs/api/acs/users/list_accessible_entrances.md index cad700f2..a0392b72 100644 --- a/docs/api/acs/users/list_accessible_entrances.md +++ b/docs/api/acs/users/list_accessible_entrances.md @@ -11,8 +11,8 @@ Lists the [entrances](https://docs.seam.co/latest/api/acs/entrances) to which a - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/acs/users/remove_from_access_group.md b/docs/api/acs/users/remove_from_access_group.md index 06e50002..70e08b13 100644 --- a/docs/api/acs/users/remove_from_access_group.md +++ b/docs/api/acs/users/remove_from_access_group.md @@ -123,8 +123,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_access_group_id` diff --git a/docs/api/acs/users/revoke_access_to_all_entrances.md b/docs/api/acs/users/revoke_access_to_all_entrances.md index b853b5f1..f325852b 100644 --- a/docs/api/acs/users/revoke_access_to_all_entrances.md +++ b/docs/api/acs/users/revoke_access_to_all_entrances.md @@ -10,8 +10,8 @@ Revokes access to all [entrances](https://docs.seam.co/latest/api/acs/entrances) - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/acs/users/suspend.md b/docs/api/acs/users/suspend.md index 29e7ea91..365c45d3 100644 --- a/docs/api/acs/users/suspend.md +++ b/docs/api/acs/users/suspend.md @@ -112,8 +112,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/acs/users/unsuspend.md b/docs/api/acs/users/unsuspend.md index df2ea56a..7d32eab4 100644 --- a/docs/api/acs/users/unsuspend.md +++ b/docs/api/acs/users/unsuspend.md @@ -114,8 +114,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/acs/users/update.md b/docs/api/acs/users/update.md index 59a07750..f5b10f33 100644 --- a/docs/api/acs/users/update.md +++ b/docs/api/acs/users/update.md @@ -122,8 +122,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `access_schedule` diff --git a/docs/api/thermostats/activate_climate_preset.md b/docs/api/thermostats/activate_climate_preset.md index 8a4bd6a9..57a92139 100644 --- a/docs/api/thermostats/activate_climate_preset.md +++ b/docs/api/thermostats/activate_climate_preset.md @@ -142,8 +142,8 @@ api.ActionAttempt{ActionAttemptId: "05de2295-d1dc-4748-aae3-9931658bde20", Statu - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/thermostats/cool.md b/docs/api/thermostats/cool.md index bd7d0a4f..b594770c 100644 --- a/docs/api/thermostats/cool.md +++ b/docs/api/thermostats/cool.md @@ -143,8 +143,8 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `cooling_set_point_celsius` diff --git a/docs/api/thermostats/create_climate_preset.md b/docs/api/thermostats/create_climate_preset.md index 9568bb8c..4ef64b6f 100644 --- a/docs/api/thermostats/create_climate_preset.md +++ b/docs/api/thermostats/create_climate_preset.md @@ -152,8 +152,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/thermostats/delete_climate_preset.md b/docs/api/thermostats/delete_climate_preset.md index 4290ba15..0c391a3c 100644 --- a/docs/api/thermostats/delete_climate_preset.md +++ b/docs/api/thermostats/delete_climate_preset.md @@ -121,8 +121,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/thermostats/heat.md b/docs/api/thermostats/heat.md index 8739c836..d61c0bcf 100644 --- a/docs/api/thermostats/heat.md +++ b/docs/api/thermostats/heat.md @@ -143,8 +143,8 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/thermostats/heat_cool.md b/docs/api/thermostats/heat_cool.md index 298a9e38..35597c04 100644 --- a/docs/api/thermostats/heat_cool.md +++ b/docs/api/thermostats/heat_cool.md @@ -149,8 +149,8 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `cooling_set_point_celsius` diff --git a/docs/api/thermostats/list.md b/docs/api/thermostats/list.md index 4f05e3ae..8eed5637 100644 --- a/docs/api/thermostats/list.md +++ b/docs/api/thermostats/list.md @@ -224,8 +224,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `connect_webview_id` diff --git a/docs/api/thermostats/off.md b/docs/api/thermostats/off.md index 0af7b261..2e811e86 100644 --- a/docs/api/thermostats/off.md +++ b/docs/api/thermostats/off.md @@ -133,8 +133,8 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/thermostats/schedules/create.md b/docs/api/thermostats/schedules/create.md index 883fe350..e19f27a7 100644 --- a/docs/api/thermostats/schedules/create.md +++ b/docs/api/thermostats/schedules/create.md @@ -185,8 +185,8 @@ api.ThermostatSchedule{ThermostatScheduleId: "56d29fcf-0674-4db5-8e03-b2370a7746 - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/thermostats/schedules/delete.md b/docs/api/thermostats/schedules/delete.md index 1c0e5b51..9c29ddb4 100644 --- a/docs/api/thermostats/schedules/delete.md +++ b/docs/api/thermostats/schedules/delete.md @@ -117,8 +117,8 @@ nil - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `thermostat_schedule_id` diff --git a/docs/api/thermostats/schedules/get.md b/docs/api/thermostats/schedules/get.md index 441074d2..ad7a93b6 100644 --- a/docs/api/thermostats/schedules/get.md +++ b/docs/api/thermostats/schedules/get.md @@ -158,8 +158,8 @@ api.ThermostatSchedule{ThermostatScheduleId: "89d3507e-60e3-4101-bd1b-ba066ec30a - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `thermostat_schedule_id` diff --git a/docs/api/thermostats/schedules/list.md b/docs/api/thermostats/schedules/list.md index 68ff60c6..09d5b8ac 100644 --- a/docs/api/thermostats/schedules/list.md +++ b/docs/api/thermostats/schedules/list.md @@ -211,8 +211,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/thermostats/schedules/update.md b/docs/api/thermostats/schedules/update.md index 53a923c2..aec14b4a 100644 --- a/docs/api/thermostats/schedules/update.md +++ b/docs/api/thermostats/schedules/update.md @@ -124,8 +124,8 @@ nil - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/thermostats/set_fallback_climate_preset.md b/docs/api/thermostats/set_fallback_climate_preset.md index a40110ef..495e39d3 100644 --- a/docs/api/thermostats/set_fallback_climate_preset.md +++ b/docs/api/thermostats/set_fallback_climate_preset.md @@ -121,8 +121,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/thermostats/set_fan_mode.md b/docs/api/thermostats/set_fan_mode.md index 2187d4a1..69679313 100644 --- a/docs/api/thermostats/set_fan_mode.md +++ b/docs/api/thermostats/set_fan_mode.md @@ -143,8 +143,8 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/thermostats/set_hvac_mode.md b/docs/api/thermostats/set_hvac_mode.md index 3776f1bf..69d3fdeb 100644 --- a/docs/api/thermostats/set_hvac_mode.md +++ b/docs/api/thermostats/set_hvac_mode.md @@ -154,8 +154,8 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ## Return Type diff --git a/docs/api/thermostats/set_temperature_threshold.md b/docs/api/thermostats/set_temperature_threshold.md index 2a2a7a57..f88f5c00 100644 --- a/docs/api/thermostats/set_temperature_threshold.md +++ b/docs/api/thermostats/set_temperature_threshold.md @@ -127,8 +127,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/thermostats/update_climate_preset.md b/docs/api/thermostats/update_climate_preset.md index c07dda4e..654cc999 100644 --- a/docs/api/thermostats/update_climate_preset.md +++ b/docs/api/thermostats/update_climate_preset.md @@ -132,8 +132,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `climate_preset_key` diff --git a/docs/api/user_identities/add_acs_user.md b/docs/api/user_identities/add_acs_user.md index a691f166..2dac0fba 100644 --- a/docs/api/user_identities/add_acs_user.md +++ b/docs/api/user_identities/add_acs_user.md @@ -122,8 +122,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/user_identities/create.md b/docs/api/user_identities/create.md index 79897545..fa7e5e8f 100644 --- a/docs/api/user_identities/create.md +++ b/docs/api/user_identities/create.md @@ -178,8 +178,8 @@ api.UserIdentity{UserIdentityId: "48500a8e-5e7e-4bde-b7e5-0be97cae5d7a", UserIde - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `email_address` diff --git a/docs/api/user_identities/delete.md b/docs/api/user_identities/delete.md index f40b7e45..ac5eb79e 100644 --- a/docs/api/user_identities/delete.md +++ b/docs/api/user_identities/delete.md @@ -113,8 +113,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `user_identity_id` diff --git a/docs/api/user_identities/enrollment_automations/delete.md b/docs/api/user_identities/enrollment_automations/delete.md index 18e308b6..47c47dca 100644 --- a/docs/api/user_identities/enrollment_automations/delete.md +++ b/docs/api/user_identities/enrollment_automations/delete.md @@ -118,8 +118,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `enrollment_automation_id` diff --git a/docs/api/user_identities/enrollment_automations/get.md b/docs/api/user_identities/enrollment_automations/get.md index 891ffef7..3d352664 100644 --- a/docs/api/user_identities/enrollment_automations/get.md +++ b/docs/api/user_identities/enrollment_automations/get.md @@ -162,8 +162,8 @@ api.EnrollmentAutomation{UserIdentityId: "5c945ab5-c75e-4bcb-8e5f-9410061c401f", - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `enrollment_automation_id` diff --git a/docs/api/user_identities/enrollment_automations/launch.md b/docs/api/user_identities/enrollment_automations/launch.md index 88fc59f1..a8a201d5 100644 --- a/docs/api/user_identities/enrollment_automations/launch.md +++ b/docs/api/user_identities/enrollment_automations/launch.md @@ -176,8 +176,8 @@ api.Unknown{UserIdentityId: "5c945ab5-c75e-4bcb-8e5f-9410061c401f", EnrollmentAu - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_credential_pool_id` diff --git a/docs/api/user_identities/enrollment_automations/list.md b/docs/api/user_identities/enrollment_automations/list.md index aae7ca18..dab4af60 100644 --- a/docs/api/user_identities/enrollment_automations/list.md +++ b/docs/api/user_identities/enrollment_automations/list.md @@ -172,8 +172,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `user_identity_id` diff --git a/docs/api/user_identities/get.md b/docs/api/user_identities/get.md index 5eacd99a..0e8f279d 100644 --- a/docs/api/user_identities/get.md +++ b/docs/api/user_identities/get.md @@ -159,8 +159,8 @@ api.UserIdentity{UserIdentityId: "48500a8e-5e7e-4bde-b7e5-0be97cae5d7a", UserIde - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ## Return Type diff --git a/docs/api/user_identities/grant_access_to_device.md b/docs/api/user_identities/grant_access_to_device.md index acd7d46b..2626fe42 100644 --- a/docs/api/user_identities/grant_access_to_device.md +++ b/docs/api/user_identities/grant_access_to_device.md @@ -122,8 +122,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/user_identities/list.md b/docs/api/user_identities/list.md index 209fe4b0..bf07b39d 100644 --- a/docs/api/user_identities/list.md +++ b/docs/api/user_identities/list.md @@ -159,8 +159,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `credential_manager_acs_system_id` diff --git a/docs/api/user_identities/list_accessible_devices.md b/docs/api/user_identities/list_accessible_devices.md index 54361f96..03cf909f 100644 --- a/docs/api/user_identities/list_accessible_devices.md +++ b/docs/api/user_identities/list_accessible_devices.md @@ -389,8 +389,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `user_identity_id` diff --git a/docs/api/user_identities/list_acs_systems.md b/docs/api/user_identities/list_acs_systems.md index b0109b6a..ffb51b0b 100644 --- a/docs/api/user_identities/list_acs_systems.md +++ b/docs/api/user_identities/list_acs_systems.md @@ -177,8 +177,8 @@ func main() { - API key - Client session token - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `user_identity_id` diff --git a/docs/api/user_identities/list_acs_users.md b/docs/api/user_identities/list_acs_users.md index 1679c6e5..7cf250c6 100644 --- a/docs/api/user_identities/list_acs_users.md +++ b/docs/api/user_identities/list_acs_users.md @@ -186,8 +186,8 @@ func main() { - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `user_identity_id` diff --git a/docs/api/user_identities/remove_acs_user.md b/docs/api/user_identities/remove_acs_user.md index 1f97bb4a..d2d8ab73 100644 --- a/docs/api/user_identities/remove_acs_user.md +++ b/docs/api/user_identities/remove_acs_user.md @@ -122,8 +122,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `acs_user_id` diff --git a/docs/api/user_identities/revoke_access_to_device.md b/docs/api/user_identities/revoke_access_to_device.md index c7e466da..4e64b90a 100644 --- a/docs/api/user_identities/revoke_access_to_device.md +++ b/docs/api/user_identities/revoke_access_to_device.md @@ -122,8 +122,8 @@ nil - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `device_id` diff --git a/docs/api/user_identities/update.md b/docs/api/user_identities/update.md index c692f361..30536d86 100644 --- a/docs/api/user_identities/update.md +++ b/docs/api/user_identities/update.md @@ -10,8 +10,8 @@ PATCH /user_identities/update ⇒ void - API key - Personal access token - Must also include the `seam-workspace` header in the request. - + Must also include the `seam-workspace` header in the request + ## Request Parameters ### `email_address`