Skip to content

Commit deccb00

Browse files
razor-xseambot
andauthored
Remove placeholder response (#624)
* Remove placeholder response * ci: Generate docs --------- Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent fbfc3bf commit deccb00

100 files changed

Lines changed: 88 additions & 585 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/access_codes/create.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,4 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
124124
## Response
125125

126126
[access\_code](./)
127-
{% tabs %}
128-
{% tab title="JSON" %}
129-
```json
130-
{
131-
JSON representation of access_code
132-
}
133-
```
134-
{% endtab %}
135-
{% endtabs %}
127+

docs/api/access_codes/create_multiple.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,4 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
132132
## Response
133133

134134
Array of [access\_codes](./)
135-
{% tabs %}
136-
{% tab title="JSON" %}
137-
```json
138-
{
139-
JSON representation of access_code
140-
}
141-
```
142-
{% endtab %}
143-
{% endtabs %}
135+

docs/api/access_codes/delete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ ID of the device for which you want to delete the access code.
4444
## Response
4545

4646
void
47+

docs/api/access_codes/generate_code.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,4 @@ ID of the device for which you want to generate a code.
3838
## Response
3939

4040
[access\_code](./)
41-
{% tabs %}
42-
{% tab title="JSON" %}
43-
```json
44-
{
45-
JSON representation of access_code
46-
}
47-
```
48-
{% endtab %}
49-
{% endtabs %}
41+

docs/api/access_codes/get.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,4 @@ ID of the device containing the access code that you want to get. You must speci
5050
## Response
5151

5252
[access\_code](./)
53-
{% tabs %}
54-
{% tab title="JSON" %}
55-
```json
56-
{
57-
JSON representation of access_code
58-
}
59-
```
60-
{% endtab %}
61-
{% endtabs %}
53+

docs/api/access_codes/list.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,4 @@ Your user ID for the user by which to filter access codes.
6464
## Response
6565

6666
Array of [access\_codes](./)
67-
{% tabs %}
68-
{% tab title="JSON" %}
69-
```json
70-
{
71-
JSON representation of access_code
72-
}
73-
```
74-
{% endtab %}
75-
{% endtabs %}
67+

docs/api/access_codes/pull_backup_access_code.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,4 @@ ID of the access code for which you want to pull a backup access code.
4646
## Response
4747

4848
[access\_code](./)
49-
{% tabs %}
50-
{% tab title="JSON" %}
51-
```json
52-
{
53-
JSON representation of access_code
54-
}
55-
```
56-
{% endtab %}
57-
{% endtabs %}
49+

docs/api/access_codes/report_device_constraints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ Array of supported code lengths as integers between 4 and 20, inclusive. You can
5858
## Response
5959

6060
void
61+

docs/api/access_codes/simulate/create_unmanaged_access_code.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,4 @@ Name of the simulated unmanaged access code.
5050
## Response
5151

5252
[unmanaged\_access\_code](./)
53-
{% tabs %}
54-
{% tab title="JSON" %}
55-
```json
56-
{
57-
JSON representation of unmanaged_access_code
58-
}
59-
```
60-
{% endtab %}
61-
{% endtabs %}
53+

docs/api/access_codes/unmanaged/convert_to_managed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ Indicates whether [external modification](https://docs.seam.co/latest/capability
6060
## Response
6161

6262
void
63+

0 commit comments

Comments
 (0)