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: 4 additions & 0 deletions codegen/layouts/api-endpoint.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati

{{this.description}}
{{/if}}
{{#if this.isDeprecated}}

{{> deprecated-warning}}
{{/if}}
{{#if this.itemEnumValues}}
<details>

Expand Down
4 changes: 4 additions & 0 deletions docs/api/access_codes/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest

**`use_offline_access_code`** *Boolean*

{% hint style="warning" %}
**Deprecated**. Use `is_offline_access_code` instead.
{% endhint %}

---


Expand Down
4 changes: 4 additions & 0 deletions docs/api/access_codes/create_multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest

**`use_offline_access_code`** *Boolean*

{% hint style="warning" %}
**Deprecated**. Use `is_offline_access_code` instead.
{% endhint %}

---


Expand Down
4 changes: 4 additions & 0 deletions docs/api/access_codes/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest

**`use_offline_access_code`** *Boolean*

{% hint style="warning" %}
**Deprecated**. Use `is_offline_access_code` instead.
{% endhint %}

---


Expand Down
4 changes: 4 additions & 0 deletions docs/api/access_grants/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,10 @@ Name of the location.

**`location_ids`** *Array* *of UUIDs*

{% hint style="warning" %}
**Deprecated**. Use `space_ids`.
{% endhint %}

---

**`name`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/access_grants/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@ Customer key for which you want to list access grants.

**`location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`reservation_key`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/acs/entrances/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ Maximum number of records to return per page.

**`location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`page_cursor`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/acs/users/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ Array of access group IDs to indicate the access groups to which you want to add

**`email`** *String*

{% hint style="warning" %}
**Deprecated**. use email_address.
{% endhint %}

---

**`email_address`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/acs/users/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ ID of the access system user that you want to update. You can only provide acs_u

**`email`** *String*

{% hint style="warning" %}
**Deprecated**. use email_address.
{% endhint %}

---

**`email_address`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/client_sessions/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ ID of the [user identity](../../capability-guides/mobile-access/managing-mobile-

IDs of the [user identities](../../capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities.md#what-is-a-user-identity) that you want to associate with the client session.

{% hint style="warning" %}
**Deprecated**. Use `user_identity_id` instead.
{% endhint %}

---


Expand Down
4 changes: 4 additions & 0 deletions docs/api/client_sessions/get_or_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ ID of the [user identity](../../capability-guides/mobile-access/managing-mobile-

IDs of the [user identities](../../capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities.md#what-is-a-user-identity) that you want to associate with the client session.

{% hint style="warning" %}
**Deprecated**. Use `user_identity_id`.
{% endhint %}

---


Expand Down
4 changes: 4 additions & 0 deletions docs/api/client_sessions/grant_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ ID of the [user identity](../../capability-guides/mobile-access/managing-mobile-

IDs of the [user identities](../../capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities.md#what-is-a-user-identity) that you want to associate with the client session.

{% hint style="warning" %}
**Deprecated**. Use `user_identity_id`.
{% endhint %}

---


Expand Down
4 changes: 4 additions & 0 deletions docs/api/devices/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,10 @@ ID of the space for which you want to list devices.

**`unstable_location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`user_identifier_key`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/devices/unmanaged/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,10 @@ ID of the space for which you want to list devices.

**`unstable_location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`user_identifier_key`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/locks/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,10 @@ ID of the space for which you want to list devices.

**`unstable_location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`user_identifier_key`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/noise_sensors/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,10 @@ ID of the space for which you want to list devices.

**`unstable_location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`user_identifier_key`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/thermostats/create_climate_preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ Desired [HVAC mode](../../capability-guides/thermostats/understanding-thermostat

Indicates whether a person at the thermostat or using the API can change the thermostat's settings.

{% hint style="warning" %}
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
{% endhint %}

---

**`name`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/thermostats/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,10 @@ ID of the space for which you want to list devices.

**`unstable_location_id`** *String*

{% hint style="warning" %}
**Deprecated**. Use `space_id`.
{% endhint %}

---

**`user_identifier_key`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/thermostats/set_fan_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ ID of the thermostat device for which you want to set the fan mode.

**`fan_mode`** *String*

{% hint style="warning" %}
**Deprecated**. Use `fan_mode_setting` instead.
{% endhint %}

---

**`fan_mode_setting`** *String*
Expand Down
4 changes: 4 additions & 0 deletions docs/api/thermostats/update_climate_preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ Desired [HVAC mode](../../capability-guides/thermostats/understanding-thermostat

Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).

{% hint style="warning" %}
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
{% endhint %}

---

**`name`** *String*
Expand Down
20 changes: 20 additions & 0 deletions docs/api/workspaces/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ Company name for the new workspace.

Connect partner name for the new workspace.

{% hint style="warning" %}
**Deprecated**. Use `company_name` instead.
{% endhint %}

---

**`connect_webview_customization`** *Object*
Expand Down Expand Up @@ -407,18 +411,34 @@ Indicates whether the new workspace is a [sandbox workspace](../../core-concepts

**`webview_logo_shape`** *String*

{% hint style="warning" %}
**Deprecated**. Use `connect_webview_customization.webview_logo_shape` instead.
{% endhint %}

---

**`webview_primary_button_color`** *String*

{% hint style="warning" %}
**Deprecated**. Use `connect_webview_customization.webview_primary_button_color` instead.
{% endhint %}

---

**`webview_primary_button_text_color`** *String*

{% hint style="warning" %}
**Deprecated**. Use `connect_webview_customization.webview_primary_button_text_color` instead.
{% endhint %}

---

**`webview_success_message`** *String*

{% hint style="warning" %}
**Deprecated**. Use `connect_webview_customization.webview_success_message` instead.
{% endhint %}

---


Expand Down
Loading