From 8a3e39094f760d43e24b0f7defa989d056b99463 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 12 Dec 2024 13:34:01 +0000 Subject: [PATCH] ci: Generate docs --- docs/api/acs/access_groups/add_user.md | 1 - docs/api/acs/access_groups/get.md | 1 - docs/api/acs/access_groups/list.md | 1 - docs/api/acs/access_groups/list_accessible_entrances.md | 1 - docs/api/acs/access_groups/list_users.md | 1 - docs/api/acs/access_groups/remove_user.md | 1 - docs/api/acs/credentials/assign.md | 1 - docs/api/acs/credentials/create.md | 1 - docs/api/acs/credentials/delete.md | 1 - docs/api/acs/credentials/get.md | 1 - docs/api/acs/credentials/list.md | 1 - docs/api/acs/credentials/list_accessible_entrances.md | 1 - docs/api/acs/credentials/unassign.md | 1 - docs/api/acs/credentials/update.md | 1 - docs/api/acs/entrances/grant_access.md | 1 - docs/api/acs/entrances/list.md | 1 - docs/api/acs/entrances/list_credentials_with_access.md | 1 - docs/api/acs/systems/get.md | 1 - docs/api/acs/systems/list.md | 1 - .../systems/list_compatible_credential_manager_acs_systems.md | 1 - docs/api/acs/users/add_to_access_group.md | 1 - docs/api/acs/users/create.md | 1 - docs/api/acs/users/delete.md | 1 - docs/api/acs/users/get.md | 1 - docs/api/acs/users/list.md | 1 - docs/api/acs/users/list_accessible_entrances.md | 1 - docs/api/acs/users/remove_from_access_group.md | 1 - docs/api/acs/users/revoke_access_to_all_entrances.md | 1 - docs/api/acs/users/suspend.md | 1 - docs/api/acs/users/unsuspend.md | 1 - docs/api/acs/users/update.md | 1 - docs/api/thermostats/activate_climate_preset.md | 1 - docs/api/thermostats/cool.md | 1 - docs/api/thermostats/create_climate_preset.md | 1 - docs/api/thermostats/delete_climate_preset.md | 1 - docs/api/thermostats/heat.md | 1 - docs/api/thermostats/heat_cool.md | 1 - docs/api/thermostats/list.md | 1 - docs/api/thermostats/off.md | 1 - docs/api/thermostats/schedules/create.md | 1 - docs/api/thermostats/schedules/delete.md | 1 - docs/api/thermostats/schedules/get.md | 1 - docs/api/thermostats/schedules/list.md | 1 - docs/api/thermostats/schedules/update.md | 1 - docs/api/thermostats/set_fallback_climate_preset.md | 1 - docs/api/thermostats/set_fan_mode.md | 1 - docs/api/thermostats/set_hvac_mode.md | 1 - docs/api/thermostats/set_temperature_threshold.md | 1 - docs/api/thermostats/update_climate_preset.md | 1 - docs/api/user_identities/add_acs_user.md | 1 - docs/api/user_identities/create.md | 1 - docs/api/user_identities/delete.md | 1 - docs/api/user_identities/enrollment_automations/delete.md | 1 - docs/api/user_identities/enrollment_automations/get.md | 1 - docs/api/user_identities/enrollment_automations/launch.md | 1 - docs/api/user_identities/enrollment_automations/list.md | 1 - docs/api/user_identities/get.md | 1 - docs/api/user_identities/grant_access_to_device.md | 1 - docs/api/user_identities/list.md | 1 - docs/api/user_identities/list_accessible_devices.md | 1 - docs/api/user_identities/list_acs_systems.md | 1 - docs/api/user_identities/list_acs_users.md | 1 - docs/api/user_identities/remove_acs_user.md | 1 - docs/api/user_identities/revoke_access_to_device.md | 1 - 64 files changed, 64 deletions(-) diff --git a/docs/api/acs/access_groups/add_user.md b/docs/api/acs/access_groups/add_user.md index 8d4c3232..e78e52a0 100644 --- a/docs/api/acs/access_groups/add_user.md +++ b/docs/api/acs/access_groups/add_user.md @@ -119,7 +119,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/access_groups/get.md b/docs/api/acs/access_groups/get.md index 483c7666..0fd28fb5 100644 --- a/docs/api/acs/access_groups/get.md +++ b/docs/api/acs/access_groups/get.md @@ -158,7 +158,6 @@ api.AcsAccessGroup{AcsAccessGroupId: "44444444-4444-4444-4444-444444444444", Nam ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/access_groups/list.md b/docs/api/acs/access_groups/list.md index 15c37c9c..31cc9c58 100644 --- a/docs/api/acs/access_groups/list.md +++ b/docs/api/acs/access_groups/list.md @@ -172,7 +172,6 @@ func main() { ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/access_groups/list_accessible_entrances.md b/docs/api/acs/access_groups/list_accessible_entrances.md index a1fbccf7..61d12ab9 100644 --- a/docs/api/acs/access_groups/list_accessible_entrances.md +++ b/docs/api/acs/access_groups/list_accessible_entrances.md @@ -153,7 +153,6 @@ func main() { - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/acs/access_groups/list_users.md b/docs/api/acs/access_groups/list_users.md index 56221c8d..a4a823bf 100644 --- a/docs/api/acs/access_groups/list_users.md +++ b/docs/api/acs/access_groups/list_users.md @@ -200,7 +200,6 @@ func main() { ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/access_groups/remove_user.md b/docs/api/acs/access_groups/remove_user.md index 68453ddb..aac12321 100644 --- a/docs/api/acs/access_groups/remove_user.md +++ b/docs/api/acs/access_groups/remove_user.md @@ -119,7 +119,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/credentials/assign.md b/docs/api/acs/credentials/assign.md index b7721c6b..1e39d9c5 100644 --- a/docs/api/acs/credentials/assign.md +++ b/docs/api/acs/credentials/assign.md @@ -119,7 +119,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/credentials/create.md b/docs/api/acs/credentials/create.md index 1f37c402..246fad97 100644 --- a/docs/api/acs/credentials/create.md +++ b/docs/api/acs/credentials/create.md @@ -189,7 +189,6 @@ api.AcsCredential{AcsCredentialId: "99999999-9999-9999-9999-999999999999", AcsUs ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/credentials/delete.md b/docs/api/acs/credentials/delete.md index d61e1b5d..1fe5cd97 100644 --- a/docs/api/acs/credentials/delete.md +++ b/docs/api/acs/credentials/delete.md @@ -113,7 +113,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/credentials/get.md b/docs/api/acs/credentials/get.md index d7cc0026..0c1a99e2 100644 --- a/docs/api/acs/credentials/get.md +++ b/docs/api/acs/credentials/get.md @@ -154,7 +154,6 @@ api.AcsCredential{AcsCredentialId: "99999999-9999-9999-9999-999999999999", AcsUs ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/credentials/list.md b/docs/api/acs/credentials/list.md index 8ba9248c..c9f78447 100644 --- a/docs/api/acs/credentials/list.md +++ b/docs/api/acs/credentials/list.md @@ -178,7 +178,6 @@ func main() { - API key - Client session token - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/acs/credentials/list_accessible_entrances.md b/docs/api/acs/credentials/list_accessible_entrances.md index 7b16a040..9de3195b 100644 --- a/docs/api/acs/credentials/list_accessible_entrances.md +++ b/docs/api/acs/credentials/list_accessible_entrances.md @@ -193,7 +193,6 @@ func main() { - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/acs/credentials/unassign.md b/docs/api/acs/credentials/unassign.md index 459c2d17..5d03733a 100644 --- a/docs/api/acs/credentials/unassign.md +++ b/docs/api/acs/credentials/unassign.md @@ -119,7 +119,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/credentials/update.md b/docs/api/acs/credentials/update.md index 4ef8137c..f09fbd9c 100644 --- a/docs/api/acs/credentials/update.md +++ b/docs/api/acs/credentials/update.md @@ -118,7 +118,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/entrances/grant_access.md b/docs/api/acs/entrances/grant_access.md index 31f51ecd..56c2c448 100644 --- a/docs/api/acs/entrances/grant_access.md +++ b/docs/api/acs/entrances/grant_access.md @@ -10,7 +10,6 @@ POST /acs/entrances/grant_access ⇒ void - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/acs/entrances/list.md b/docs/api/acs/entrances/list.md index 3e90af81..b7d43ac3 100644 --- a/docs/api/acs/entrances/list.md +++ b/docs/api/acs/entrances/list.md @@ -132,7 +132,6 @@ func main() { - API key - Client session token - Personal access token -- Console session 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 b746f858..80ecee73 100644 --- a/docs/api/acs/entrances/list_credentials_with_access.md +++ b/docs/api/acs/entrances/list_credentials_with_access.md @@ -210,7 +210,6 @@ func main() { - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/systems/get.md b/docs/api/acs/systems/get.md index b2f5963b..6361f31b 100644 --- a/docs/api/acs/systems/get.md +++ b/docs/api/acs/systems/get.md @@ -114,7 +114,6 @@ func main() { ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/systems/list.md b/docs/api/acs/systems/list.md index 5419a553..29275d33 100644 --- a/docs/api/acs/systems/list.md +++ b/docs/api/acs/systems/list.md @@ -119,7 +119,6 @@ func main() { - Client session token - Personal access token -- Console session 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 9b97b576..d04d7e99 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 @@ -120,7 +120,6 @@ func main() { ## Authentication Methods - Personal access token -- Console session token - API key ## 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 cc236845..95266a54 100644 --- a/docs/api/acs/users/add_to_access_group.md +++ b/docs/api/acs/users/add_to_access_group.md @@ -119,7 +119,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/users/create.md b/docs/api/acs/users/create.md index 1f6d1c1f..3d1410a4 100644 --- a/docs/api/acs/users/create.md +++ b/docs/api/acs/users/create.md @@ -154,7 +154,6 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/users/delete.md b/docs/api/acs/users/delete.md index 62421fe2..8e9ec7b3 100644 --- a/docs/api/acs/users/delete.md +++ b/docs/api/acs/users/delete.md @@ -111,7 +111,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/users/get.md b/docs/api/acs/users/get.md index e4614683..89587b01 100644 --- a/docs/api/acs/users/get.md +++ b/docs/api/acs/users/get.md @@ -152,7 +152,6 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/users/list.md b/docs/api/acs/users/list.md index 2c72b5c7..249967fc 100644 --- a/docs/api/acs/users/list.md +++ b/docs/api/acs/users/list.md @@ -143,7 +143,6 @@ api.AcsUser{AcsUserId: "123e4567-e89b-12d3-a456-426614174000", AcsSystemId: "123 - Client session token - Personal access token -- Console session 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 3fee030f..d6e29deb 100644 --- a/docs/api/acs/users/list_accessible_entrances.md +++ b/docs/api/acs/users/list_accessible_entrances.md @@ -10,7 +10,6 @@ Lists the [entrances](https://docs.seam.co/latest/api/acs/entrances) to which a - Client session token - Personal access token -- Console session 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 b8f3fa44..a5ccacde 100644 --- a/docs/api/acs/users/remove_from_access_group.md +++ b/docs/api/acs/users/remove_from_access_group.md @@ -119,7 +119,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters 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 1ac13639..f355e7c4 100644 --- a/docs/api/acs/users/revoke_access_to_all_entrances.md +++ b/docs/api/acs/users/revoke_access_to_all_entrances.md @@ -10,7 +10,6 @@ Revokes access to all [entrances](https://docs.seam.co/latest/api/acs/entrances) - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/acs/users/suspend.md b/docs/api/acs/users/suspend.md index ac2267ce..8804e90d 100644 --- a/docs/api/acs/users/suspend.md +++ b/docs/api/acs/users/suspend.md @@ -111,7 +111,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/acs/users/unsuspend.md b/docs/api/acs/users/unsuspend.md index 67a3fe26..88a38975 100644 --- a/docs/api/acs/users/unsuspend.md +++ b/docs/api/acs/users/unsuspend.md @@ -114,7 +114,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/acs/users/update.md b/docs/api/acs/users/update.md index cdd0c772..03b32d59 100644 --- a/docs/api/acs/users/update.md +++ b/docs/api/acs/users/update.md @@ -119,7 +119,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/thermostats/activate_climate_preset.md b/docs/api/thermostats/activate_climate_preset.md index c7f30087..558d4648 100644 --- a/docs/api/thermostats/activate_climate_preset.md +++ b/docs/api/thermostats/activate_climate_preset.md @@ -134,7 +134,6 @@ api.ActionAttempt{ActionAttemptId: "05de2295-d1dc-4748-aae3-9931658bde20", Statu ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/cool.md b/docs/api/thermostats/cool.md index 2751ef14..2da6f405 100644 --- a/docs/api/thermostats/cool.md +++ b/docs/api/thermostats/cool.md @@ -135,7 +135,6 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/create_climate_preset.md b/docs/api/thermostats/create_climate_preset.md index 6bf1cb23..ce3a6903 100644 --- a/docs/api/thermostats/create_climate_preset.md +++ b/docs/api/thermostats/create_climate_preset.md @@ -142,7 +142,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/delete_climate_preset.md b/docs/api/thermostats/delete_climate_preset.md index f5429d8c..071d89e2 100644 --- a/docs/api/thermostats/delete_climate_preset.md +++ b/docs/api/thermostats/delete_climate_preset.md @@ -117,7 +117,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/heat.md b/docs/api/thermostats/heat.md index 0b5d2b3a..7bde7853 100644 --- a/docs/api/thermostats/heat.md +++ b/docs/api/thermostats/heat.md @@ -135,7 +135,6 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/heat_cool.md b/docs/api/thermostats/heat_cool.md index 4fda4e7b..a0c22835 100644 --- a/docs/api/thermostats/heat_cool.md +++ b/docs/api/thermostats/heat_cool.md @@ -140,7 +140,6 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/list.md b/docs/api/thermostats/list.md index b62b1047..871ab554 100644 --- a/docs/api/thermostats/list.md +++ b/docs/api/thermostats/list.md @@ -200,7 +200,6 @@ func main() { - API key - Personal access token -- Console session token - Client session token ## Request Parameters diff --git a/docs/api/thermostats/off.md b/docs/api/thermostats/off.md index 01a5e0b3..fb4b3909 100644 --- a/docs/api/thermostats/off.md +++ b/docs/api/thermostats/off.md @@ -128,7 +128,6 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/create.md b/docs/api/thermostats/schedules/create.md index 0164c2e3..d21ddb70 100644 --- a/docs/api/thermostats/schedules/create.md +++ b/docs/api/thermostats/schedules/create.md @@ -169,7 +169,6 @@ api.ThermostatSchedule{ThermostatScheduleId: "56d29fcf-0674-4db5-8e03-b2370a7746 - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/delete.md b/docs/api/thermostats/schedules/delete.md index a1a13989..1c7c6c43 100644 --- a/docs/api/thermostats/schedules/delete.md +++ b/docs/api/thermostats/schedules/delete.md @@ -116,7 +116,6 @@ nil - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/get.md b/docs/api/thermostats/schedules/get.md index def32013..7711d91e 100644 --- a/docs/api/thermostats/schedules/get.md +++ b/docs/api/thermostats/schedules/get.md @@ -149,7 +149,6 @@ api.ThermostatSchedule{ThermostatScheduleId: "89d3507e-60e3-4101-bd1b-ba066ec30a - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/schedules/list.md b/docs/api/thermostats/schedules/list.md index 7e2d11b9..1307d9ac 100644 --- a/docs/api/thermostats/schedules/list.md +++ b/docs/api/thermostats/schedules/list.md @@ -193,7 +193,6 @@ func main() { - API key - Client session token - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/thermostats/schedules/update.md b/docs/api/thermostats/schedules/update.md index cdb87b27..fe7d988b 100644 --- a/docs/api/thermostats/schedules/update.md +++ b/docs/api/thermostats/schedules/update.md @@ -120,7 +120,6 @@ nil - Client session token - Personal access token -- Console session 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 e2383353..0449e948 100644 --- a/docs/api/thermostats/set_fallback_climate_preset.md +++ b/docs/api/thermostats/set_fallback_climate_preset.md @@ -117,7 +117,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/set_fan_mode.md b/docs/api/thermostats/set_fan_mode.md index 1f20f2a3..31cd6ab3 100644 --- a/docs/api/thermostats/set_fan_mode.md +++ b/docs/api/thermostats/set_fan_mode.md @@ -135,7 +135,6 @@ api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Statu - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/set_hvac_mode.md b/docs/api/thermostats/set_hvac_mode.md index c71deb44..ff0d14d6 100644 --- a/docs/api/thermostats/set_hvac_mode.md +++ b/docs/api/thermostats/set_hvac_mode.md @@ -10,7 +10,6 @@ Sets the [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/c - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/thermostats/set_temperature_threshold.md b/docs/api/thermostats/set_temperature_threshold.md index add11a7f..4b2bb21e 100644 --- a/docs/api/thermostats/set_temperature_threshold.md +++ b/docs/api/thermostats/set_temperature_threshold.md @@ -123,7 +123,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/thermostats/update_climate_preset.md b/docs/api/thermostats/update_climate_preset.md index 1dec26c6..71d3f360 100644 --- a/docs/api/thermostats/update_climate_preset.md +++ b/docs/api/thermostats/update_climate_preset.md @@ -126,7 +126,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/user_identities/add_acs_user.md b/docs/api/user_identities/add_acs_user.md index 36f161a5..ef7e9d4b 100644 --- a/docs/api/user_identities/add_acs_user.md +++ b/docs/api/user_identities/add_acs_user.md @@ -119,7 +119,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/create.md b/docs/api/user_identities/create.md index de8adfb1..3482385c 100644 --- a/docs/api/user_identities/create.md +++ b/docs/api/user_identities/create.md @@ -164,7 +164,6 @@ api.UserIdentity{UserIdentityId: "48500a8e-5e7e-4bde-b7e5-0be97cae5d7a", UserIde - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/delete.md b/docs/api/user_identities/delete.md index deb8d2f1..7638681e 100644 --- a/docs/api/user_identities/delete.md +++ b/docs/api/user_identities/delete.md @@ -113,7 +113,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/delete.md b/docs/api/user_identities/enrollment_automations/delete.md index d086cfff..13a13aec 100644 --- a/docs/api/user_identities/enrollment_automations/delete.md +++ b/docs/api/user_identities/enrollment_automations/delete.md @@ -115,7 +115,6 @@ nil ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/get.md b/docs/api/user_identities/enrollment_automations/get.md index 04a8364d..d5a06897 100644 --- a/docs/api/user_identities/enrollment_automations/get.md +++ b/docs/api/user_identities/enrollment_automations/get.md @@ -151,7 +151,6 @@ api.EnrollmentAutomation{UserIdentityId: "5c945ab5-c75e-4bcb-8e5f-9410061c401f", - Client session token - Personal access token -- Console session 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 767246f0..c79833f3 100644 --- a/docs/api/user_identities/enrollment_automations/launch.md +++ b/docs/api/user_identities/enrollment_automations/launch.md @@ -162,7 +162,6 @@ api.Unknown{UserIdentityId: "5c945ab5-c75e-4bcb-8e5f-9410061c401f", EnrollmentAu ## Authentication Methods - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/user_identities/enrollment_automations/list.md b/docs/api/user_identities/enrollment_automations/list.md index 7d58957b..f400832b 100644 --- a/docs/api/user_identities/enrollment_automations/list.md +++ b/docs/api/user_identities/enrollment_automations/list.md @@ -159,7 +159,6 @@ func main() { - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/user_identities/get.md b/docs/api/user_identities/get.md index 60674103..e3f237c9 100644 --- a/docs/api/user_identities/get.md +++ b/docs/api/user_identities/get.md @@ -150,7 +150,6 @@ api.UserIdentity{UserIdentityId: "48500a8e-5e7e-4bde-b7e5-0be97cae5d7a", UserIde - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/grant_access_to_device.md b/docs/api/user_identities/grant_access_to_device.md index 909e7f7a..7d799572 100644 --- a/docs/api/user_identities/grant_access_to_device.md +++ b/docs/api/user_identities/grant_access_to_device.md @@ -119,7 +119,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/list.md b/docs/api/user_identities/list.md index fdae8a47..8b30e3f9 100644 --- a/docs/api/user_identities/list.md +++ b/docs/api/user_identities/list.md @@ -148,7 +148,6 @@ func main() { - API key - Client session token - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/list_accessible_devices.md b/docs/api/user_identities/list_accessible_devices.md index fc2a56ca..4d49d5b3 100644 --- a/docs/api/user_identities/list_accessible_devices.md +++ b/docs/api/user_identities/list_accessible_devices.md @@ -331,7 +331,6 @@ func main() { - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/list_acs_systems.md b/docs/api/user_identities/list_acs_systems.md index 0c9cc780..f13f4260 100644 --- a/docs/api/user_identities/list_acs_systems.md +++ b/docs/api/user_identities/list_acs_systems.md @@ -164,7 +164,6 @@ func main() { - Client session token - Personal access token -- Console session token - API key ## Request Parameters diff --git a/docs/api/user_identities/list_acs_users.md b/docs/api/user_identities/list_acs_users.md index 6b7b50fa..2e7542f4 100644 --- a/docs/api/user_identities/list_acs_users.md +++ b/docs/api/user_identities/list_acs_users.md @@ -172,7 +172,6 @@ func main() { - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/remove_acs_user.md b/docs/api/user_identities/remove_acs_user.md index 138be6f3..f1df325b 100644 --- a/docs/api/user_identities/remove_acs_user.md +++ b/docs/api/user_identities/remove_acs_user.md @@ -119,7 +119,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters diff --git a/docs/api/user_identities/revoke_access_to_device.md b/docs/api/user_identities/revoke_access_to_device.md index 738c6800..431e7e1d 100644 --- a/docs/api/user_identities/revoke_access_to_device.md +++ b/docs/api/user_identities/revoke_access_to_device.md @@ -119,7 +119,6 @@ nil - API key - Personal access token -- Console session token ## Request Parameters