Skip to content

Commit f47aee0

Browse files
committed
ci: Generate docs
1 parent 733987a commit f47aee0

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

docs/api/access_grants/get_related.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,14 @@ Possible enum values:
6767

6868
{% hint style="success" %}
6969
Returns:
70-
**[unknown](./)**
70+
batch response
71+
- `spaces`: Array of [spaces](./../spaces)
72+
- `devices`: Array of [devices](./../devices)
73+
- `acs_entrances`: Array of [acs\_entrances](./../acs/entrances)
74+
- `connected_accounts`: Array of [connected\_accounts](./../connected_accounts)
75+
- `acs_systems`: Array of [acs\_systems](./../acs/systems)
76+
- `user_identities`: Array of [user\_identitys](./../user_identities)
77+
- `acs_access_groups`: Array of [acs\_access\_groups](./../acs/access_groups)**
7178

7279
{% endhint %}
7380

docs/api/access_methods/get_related.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,15 @@ Possible enum values:
7070

7171
{% hint style="success" %}
7272
Returns:
73-
**[unknown](./)**
73+
batch response
74+
- `spaces`: Array of [spaces](./../spaces)
75+
- `devices`: Array of [devices](./../devices)
76+
- `acs_entrances`: Array of [acs\_entrances](./../acs/entrances)
77+
- `access_grants`: Array of [access\_grants](./../access_grants)
78+
- `access_methods`: Array of [access\_methods](.)
79+
- `instant_keys`: Array of [instant\_keys](./../instant_keys)
80+
- `client_sessions`: Array of [client\_sessions](./../client_sessions)
81+
- `acs_credentials`: Array of [acs\_credentials](./../acs/credentials)**
7482

7583
{% endhint %}
7684

docs/api/spaces/get_related.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ Keys of the spaces that you want to get along with their related resources.
7070

7171
{% hint style="success" %}
7272
Returns:
73-
**[unknown](./)**
73+
batch response
74+
- `spaces`: Array of [spaces](.)
75+
- `devices`: Array of [devices](./../devices)
76+
- `acs_entrances`: Array of [acs\_entrances](./../acs/entrances)
77+
- `connected_accounts`: Array of [connected\_accounts](./../connected_accounts)
78+
- `acs_systems`: Array of [acs\_systems](./../acs/systems)**
7479

7580
{% endhint %}
7681

0 commit comments

Comments
 (0)