diff --git a/docs/api/acs/access_groups/README.md b/docs/api/acs/access_groups/README.md index d51ebf50d..16b639e54 100644 --- a/docs/api/acs/access_groups/README.md +++ b/docs/api/acs/access_groups/README.md @@ -159,12 +159,15 @@ Warnings associated with the `acs_access_group`.
Child Object Properties + created_at Datetime Date and time at which Seam created the warning. + message String Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. + warning_code Enum Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. diff --git a/docs/api/acs/credentials/README.md b/docs/api/acs/credentials/README.md index a7e7354d4..b78e82031 100644 --- a/docs/api/acs/credentials/README.md +++ b/docs/api/acs/credentials/README.md @@ -182,7 +182,9 @@ Errors associated with the [credential](../../../capability-guides/access-system
Child Object Properties + error_code String + message String
diff --git a/docs/api/acs/encoders/README.md b/docs/api/acs/encoders/README.md index 3e748f61d..1679cb871 100644 --- a/docs/api/acs/encoders/README.md +++ b/docs/api/acs/encoders/README.md @@ -86,9 +86,11 @@ Errors associated with the [encoder](../../../capability-guides/access-systems/w
Child Object Properties + created_at Datetime Date and time at which Seam created the error. + error_code Enum Unique identifier of the type of error. Enables quick recognition and categorization of the issue. @@ -97,6 +99,7 @@ Errors associated with the [encoder](../../../capability-guides/access-systems/w - acs_encoder_removed`
+ message String Detailed description of the error. Provides insights into the issue and potentially how to rectify it. diff --git a/docs/api/acs/entrances/README.md b/docs/api/acs/entrances/README.md index 0c58b6b62..cac0d3cc5 100644 --- a/docs/api/acs/entrances/README.md +++ b/docs/api/acs/entrances/README.md @@ -126,9 +126,11 @@ Errors associated with the [entrance](../../../capability-guides/access-systems/
Child Object Properties + error_code String Unique identifier of the type of error. Enables quick recognition and categorization of the issue. + message String Detailed description of the error. Provides insights into the issue and potentially how to rectify it. diff --git a/docs/api/phones/README.md b/docs/api/phones/README.md index b5f41257c..09e938791 100644 --- a/docs/api/phones/README.md +++ b/docs/api/phones/README.md @@ -91,7 +91,9 @@ Errors associated with the phone.
Child Object Properties + error_code String + message String
@@ -114,7 +116,9 @@ Warnings associated with the phone.
Child Object Properties + message String + warning_code String
diff --git a/docs/api/thermostats/schedules/README.md b/docs/api/thermostats/schedules/README.md index c782536ed..cb119d376 100644 --- a/docs/api/thermostats/schedules/README.md +++ b/docs/api/thermostats/schedules/README.md @@ -78,9 +78,11 @@ Errors associated with the [thermostat schedule](../../../capability-guides/ther
Child Object Properties + error_code String Unique identifier of the type of error. Enables quick recognition and categorization of the issue. + message String Detailed description of the error. Provides insights into the issue and potentially how to rectify it. diff --git a/src/layouts/partials/api-resource.hbs b/src/layouts/partials/api-resource.hbs index e1b3d1162..cfe76b350 100644 --- a/src/layouts/partials/api-resource.hbs +++ b/src/layouts/partials/api-resource.hbs @@ -117,6 +117,7 @@ This variant has no additional specific properties.
Child Object Properties {{#each listProperties}} + {{> property-nested this}} {{/each}}