From f82e53e9448ce34573b9bd313a77f9622ab0e071 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 13 Dec 2024 15:21:33 +0000 Subject: [PATCH] ci: Generate docs --- docs/api/acs/access_groups/add_user.md | 2 +- docs/api/acs/access_groups/get.md | 2 +- docs/api/acs/access_groups/list.md | 2 +- docs/api/acs/access_groups/list_users.md | 2 +- docs/api/acs/access_groups/remove_user.md | 2 +- docs/api/acs/credentials/assign.md | 2 +- docs/api/acs/credentials/create.md | 2 +- docs/api/acs/credentials/delete.md | 2 +- docs/api/acs/credentials/get.md | 2 +- docs/api/acs/credentials/unassign.md | 2 +- docs/api/acs/credentials/update.md | 2 +- docs/api/acs/entrances/list_credentials_with_access.md | 2 +- docs/api/acs/systems/get.md | 2 +- docs/api/acs/systems/list.md | 2 +- .../systems/list_compatible_credential_manager_acs_systems.md | 2 +- docs/api/acs/users/add_to_access_group.md | 2 +- docs/api/acs/users/create.md | 2 +- docs/api/acs/users/delete.md | 2 +- docs/api/acs/users/get.md | 2 +- docs/api/acs/users/list.md | 2 +- docs/api/acs/users/list_accessible_entrances.md | 2 +- docs/api/acs/users/remove_from_access_group.md | 2 +- docs/api/acs/users/suspend.md | 2 +- docs/api/thermostats/activate_climate_preset.md | 2 +- docs/api/thermostats/cool.md | 2 +- docs/api/thermostats/create_climate_preset.md | 2 +- docs/api/thermostats/delete_climate_preset.md | 2 +- docs/api/thermostats/heat.md | 2 +- docs/api/thermostats/heat_cool.md | 2 +- docs/api/thermostats/list.md | 2 +- docs/api/thermostats/off.md | 2 +- docs/api/thermostats/schedules/create.md | 2 +- docs/api/thermostats/schedules/delete.md | 2 +- docs/api/thermostats/schedules/get.md | 2 +- docs/api/thermostats/schedules/update.md | 2 +- docs/api/thermostats/set_fallback_climate_preset.md | 2 +- docs/api/thermostats/set_fan_mode.md | 2 +- docs/api/thermostats/set_hvac_mode.md | 2 +- docs/api/thermostats/update_climate_preset.md | 2 +- docs/api/user_identities/enrollment_automations/delete.md | 2 +- docs/api/user_identities/enrollment_automations/get.md | 2 +- docs/api/user_identities/enrollment_automations/launch.md | 2 +- docs/api/user_identities/enrollment_automations/list.md | 2 +- docs/api/user_identities/list_acs_systems.md | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/api/acs/access_groups/add_user.md b/docs/api/acs/access_groups/add_user.md index e78e52a0..330340a2 100644 --- a/docs/api/acs/access_groups/add_user.md +++ b/docs/api/acs/access_groups/add_user.md @@ -118,8 +118,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/access_groups/get.md b/docs/api/acs/access_groups/get.md index 0fd28fb5..ba2e0e11 100644 --- a/docs/api/acs/access_groups/get.md +++ b/docs/api/acs/access_groups/get.md @@ -157,8 +157,8 @@ api.AcsAccessGroup{AcsAccessGroupId: "44444444-4444-4444-4444-444444444444", Nam ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/access_groups/list.md b/docs/api/acs/access_groups/list.md index 31cc9c58..69b6dd28 100644 --- a/docs/api/acs/access_groups/list.md +++ b/docs/api/acs/access_groups/list.md @@ -171,8 +171,8 @@ func main() { ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/access_groups/list_users.md b/docs/api/acs/access_groups/list_users.md index a4a823bf..20a64e6c 100644 --- a/docs/api/acs/access_groups/list_users.md +++ b/docs/api/acs/access_groups/list_users.md @@ -199,8 +199,8 @@ func main() { ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/access_groups/remove_user.md b/docs/api/acs/access_groups/remove_user.md index aac12321..3d8973c4 100644 --- a/docs/api/acs/access_groups/remove_user.md +++ b/docs/api/acs/access_groups/remove_user.md @@ -118,8 +118,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/credentials/assign.md b/docs/api/acs/credentials/assign.md index 1e39d9c5..56fb56e9 100644 --- a/docs/api/acs/credentials/assign.md +++ b/docs/api/acs/credentials/assign.md @@ -118,8 +118,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/credentials/create.md b/docs/api/acs/credentials/create.md index 246fad97..c3458dd3 100644 --- a/docs/api/acs/credentials/create.md +++ b/docs/api/acs/credentials/create.md @@ -188,8 +188,8 @@ api.AcsCredential{AcsCredentialId: "99999999-9999-9999-9999-999999999999", AcsUs ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/credentials/delete.md b/docs/api/acs/credentials/delete.md index 1fe5cd97..2ff52117 100644 --- a/docs/api/acs/credentials/delete.md +++ b/docs/api/acs/credentials/delete.md @@ -112,8 +112,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/credentials/get.md b/docs/api/acs/credentials/get.md index 0c1a99e2..b4453409 100644 --- a/docs/api/acs/credentials/get.md +++ b/docs/api/acs/credentials/get.md @@ -153,8 +153,8 @@ api.AcsCredential{AcsCredentialId: "99999999-9999-9999-9999-999999999999", AcsUs ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/credentials/unassign.md b/docs/api/acs/credentials/unassign.md index 5d03733a..c2284a1f 100644 --- a/docs/api/acs/credentials/unassign.md +++ b/docs/api/acs/credentials/unassign.md @@ -118,8 +118,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/credentials/update.md b/docs/api/acs/credentials/update.md index f09fbd9c..254aa8ef 100644 --- a/docs/api/acs/credentials/update.md +++ b/docs/api/acs/credentials/update.md @@ -117,8 +117,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/entrances/list_credentials_with_access.md b/docs/api/acs/entrances/list_credentials_with_access.md index 80ecee73..4b69fda3 100644 --- a/docs/api/acs/entrances/list_credentials_with_access.md +++ b/docs/api/acs/entrances/list_credentials_with_access.md @@ -208,9 +208,9 @@ func main() { ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/acs/systems/get.md b/docs/api/acs/systems/get.md index 6361f31b..1d97dc6d 100644 --- a/docs/api/acs/systems/get.md +++ b/docs/api/acs/systems/get.md @@ -113,8 +113,8 @@ func main() { ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/systems/list.md b/docs/api/acs/systems/list.md index 29275d33..5d069c1e 100644 --- a/docs/api/acs/systems/list.md +++ b/docs/api/acs/systems/list.md @@ -117,9 +117,9 @@ func main() { ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters 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 d04d7e99..bd3c1fb4 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 @@ -119,8 +119,8 @@ func main() { ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/users/add_to_access_group.md b/docs/api/acs/users/add_to_access_group.md index 95266a54..c9232370 100644 --- a/docs/api/acs/users/add_to_access_group.md +++ b/docs/api/acs/users/add_to_access_group.md @@ -118,8 +118,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/users/create.md b/docs/api/acs/users/create.md index 3d1410a4..5ef655d8 100644 --- a/docs/api/acs/users/create.md +++ b/docs/api/acs/users/create.md @@ -153,8 +153,8 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/users/delete.md b/docs/api/acs/users/delete.md index 8e9ec7b3..a317a842 100644 --- a/docs/api/acs/users/delete.md +++ b/docs/api/acs/users/delete.md @@ -110,8 +110,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/users/get.md b/docs/api/acs/users/get.md index 89587b01..91db320e 100644 --- a/docs/api/acs/users/get.md +++ b/docs/api/acs/users/get.md @@ -151,8 +151,8 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/users/list.md b/docs/api/acs/users/list.md index 249967fc..c405f46c 100644 --- a/docs/api/acs/users/list.md +++ b/docs/api/acs/users/list.md @@ -141,9 +141,9 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/acs/users/list_accessible_entrances.md b/docs/api/acs/users/list_accessible_entrances.md index d6e29deb..71937db7 100644 --- a/docs/api/acs/users/list_accessible_entrances.md +++ b/docs/api/acs/users/list_accessible_entrances.md @@ -8,9 +8,9 @@ Lists the [entrances](https://docs.seam.co/latest/api/acs/entrances) to which a ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/acs/users/remove_from_access_group.md b/docs/api/acs/users/remove_from_access_group.md index a5ccacde..17b45edc 100644 --- a/docs/api/acs/users/remove_from_access_group.md +++ b/docs/api/acs/users/remove_from_access_group.md @@ -118,8 +118,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/acs/users/suspend.md b/docs/api/acs/users/suspend.md index 8804e90d..cbbb09b3 100644 --- a/docs/api/acs/users/suspend.md +++ b/docs/api/acs/users/suspend.md @@ -110,8 +110,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/thermostats/activate_climate_preset.md b/docs/api/thermostats/activate_climate_preset.md index 558d4648..3901e247 100644 --- a/docs/api/thermostats/activate_climate_preset.md +++ b/docs/api/thermostats/activate_climate_preset.md @@ -133,8 +133,8 @@ api.ActionAttempt{ActionAttemptId: "05de2295-d1dc-4748-aae3-9931658bde20", Statu ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/thermostats/cool.md b/docs/api/thermostats/cool.md index 2da6f405..72198385 100644 --- a/docs/api/thermostats/cool.md +++ b/docs/api/thermostats/cool.md @@ -133,9 +133,9 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/create_climate_preset.md b/docs/api/thermostats/create_climate_preset.md index ce3a6903..755fbffb 100644 --- a/docs/api/thermostats/create_climate_preset.md +++ b/docs/api/thermostats/create_climate_preset.md @@ -141,8 +141,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/thermostats/delete_climate_preset.md b/docs/api/thermostats/delete_climate_preset.md index 071d89e2..9b374649 100644 --- a/docs/api/thermostats/delete_climate_preset.md +++ b/docs/api/thermostats/delete_climate_preset.md @@ -116,8 +116,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/thermostats/heat.md b/docs/api/thermostats/heat.md index 7bde7853..dab7e4a9 100644 --- a/docs/api/thermostats/heat.md +++ b/docs/api/thermostats/heat.md @@ -133,9 +133,9 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/heat_cool.md b/docs/api/thermostats/heat_cool.md index a0c22835..6e58753e 100644 --- a/docs/api/thermostats/heat_cool.md +++ b/docs/api/thermostats/heat_cool.md @@ -138,9 +138,9 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/list.md b/docs/api/thermostats/list.md index 871ab554..1cb01e48 100644 --- a/docs/api/thermostats/list.md +++ b/docs/api/thermostats/list.md @@ -199,8 +199,8 @@ func main() { ## Authentication Methods - API key -- Personal access token - Client session token +- Personal access token ## Request Parameters diff --git a/docs/api/thermostats/off.md b/docs/api/thermostats/off.md index fb4b3909..55110a42 100644 --- a/docs/api/thermostats/off.md +++ b/docs/api/thermostats/off.md @@ -126,9 +126,9 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/create.md b/docs/api/thermostats/schedules/create.md index d21ddb70..2fbefaab 100644 --- a/docs/api/thermostats/schedules/create.md +++ b/docs/api/thermostats/schedules/create.md @@ -167,9 +167,9 @@ api.ThermostatSchedule{ThermostatScheduleId: "56d29fcf-0674-4db5-8e03-b2370a7746 ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/delete.md b/docs/api/thermostats/schedules/delete.md index 1c7c6c43..6dac5a6f 100644 --- a/docs/api/thermostats/schedules/delete.md +++ b/docs/api/thermostats/schedules/delete.md @@ -114,9 +114,9 @@ nil ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/get.md b/docs/api/thermostats/schedules/get.md index 7711d91e..dd5c55d6 100644 --- a/docs/api/thermostats/schedules/get.md +++ b/docs/api/thermostats/schedules/get.md @@ -147,9 +147,9 @@ api.ThermostatSchedule{ThermostatScheduleId: "89d3507e-60e3-4101-bd1b-ba066ec30a ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/update.md b/docs/api/thermostats/schedules/update.md index fe7d988b..1389a8b7 100644 --- a/docs/api/thermostats/schedules/update.md +++ b/docs/api/thermostats/schedules/update.md @@ -118,9 +118,9 @@ nil ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/set_fallback_climate_preset.md b/docs/api/thermostats/set_fallback_climate_preset.md index 0449e948..ddb24ab0 100644 --- a/docs/api/thermostats/set_fallback_climate_preset.md +++ b/docs/api/thermostats/set_fallback_climate_preset.md @@ -116,8 +116,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/thermostats/set_fan_mode.md b/docs/api/thermostats/set_fan_mode.md index 31cd6ab3..f62a0e4e 100644 --- a/docs/api/thermostats/set_fan_mode.md +++ b/docs/api/thermostats/set_fan_mode.md @@ -133,9 +133,9 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/set_hvac_mode.md b/docs/api/thermostats/set_hvac_mode.md index ff0d14d6..c0a72aed 100644 --- a/docs/api/thermostats/set_hvac_mode.md +++ b/docs/api/thermostats/set_hvac_mode.md @@ -8,9 +8,9 @@ Sets the [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/c ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/thermostats/update_climate_preset.md b/docs/api/thermostats/update_climate_preset.md index 71d3f360..b771aa4e 100644 --- a/docs/api/thermostats/update_climate_preset.md +++ b/docs/api/thermostats/update_climate_preset.md @@ -125,8 +125,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/delete.md b/docs/api/user_identities/enrollment_automations/delete.md index 13a13aec..59af1e4b 100644 --- a/docs/api/user_identities/enrollment_automations/delete.md +++ b/docs/api/user_identities/enrollment_automations/delete.md @@ -114,8 +114,8 @@ nil ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/get.md b/docs/api/user_identities/enrollment_automations/get.md index d5a06897..48f2c617 100644 --- a/docs/api/user_identities/enrollment_automations/get.md +++ b/docs/api/user_identities/enrollment_automations/get.md @@ -149,9 +149,9 @@ api.EnrollmentAutomation{UserIdentityId: "5c945ab5-c75e-4bcb-8e5f-9410061c401f", ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/launch.md b/docs/api/user_identities/enrollment_automations/launch.md index c79833f3..b6d10aa6 100644 --- a/docs/api/user_identities/enrollment_automations/launch.md +++ b/docs/api/user_identities/enrollment_automations/launch.md @@ -161,8 +161,8 @@ api.Unknown{UserIdentityId: "5c945ab5-c75e-4bcb-8e5f-9410061c401f", EnrollmentAu ## Authentication Methods -- Personal access token - API key +- Personal access token ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/list.md b/docs/api/user_identities/enrollment_automations/list.md index f400832b..ce8f6bfd 100644 --- a/docs/api/user_identities/enrollment_automations/list.md +++ b/docs/api/user_identities/enrollment_automations/list.md @@ -157,9 +157,9 @@ func main() { ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters diff --git a/docs/api/user_identities/list_acs_systems.md b/docs/api/user_identities/list_acs_systems.md index f13f4260..25b56c37 100644 --- a/docs/api/user_identities/list_acs_systems.md +++ b/docs/api/user_identities/list_acs_systems.md @@ -162,9 +162,9 @@ func main() { ## Authentication Methods +- API key - Client session token - Personal access token -- API key ## Request Parameters