Skip to content

Commit c5a114d

Browse files
committed
ci: Generate docs
1 parent 45127f3 commit c5a114d

File tree

191 files changed

+764
-0
lines changed

Some content is hidden

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

191 files changed

+764
-0
lines changed

docs/api/access_codes/create.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,12 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
384384

385385
## Response
386386

387+
{% hint style="success" %}
388+
**Returns:**
387389
[access\_code](.)
388390

391+
{% endhint %}
392+
389393

390394
{% tabs %}
391395
{% tab title="JSON" %}

docs/api/access_codes/create_multiple.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,12 @@ Indicates whether to use a [backup access code pool](https://docs.seam.co/latest
443443

444444
## Response
445445

446+
{% hint style="success" %}
447+
**Returns:**
446448
Array of [access\_codes](.)
447449

450+
{% endhint %}
451+
448452

449453
{% tabs %}
450454
{% tab title="JSON" %}

docs/api/access_codes/delete.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,9 @@ ID of the device for which you want to delete the access code.
160160

161161
## Response
162162

163+
{% hint style="success" %}
164+
**Returns:**
163165
void
164166

167+
{% endhint %}
168+

docs/api/access_codes/generate_code.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,12 @@ ID of the device for which you want to generate a code.
150150

151151
## Response
152152

153+
{% hint style="success" %}
154+
**Returns:**
153155
[access\_code](.)
154156

157+
{% endhint %}
158+
155159

156160
{% tabs %}
157161
{% tab title="JSON" %}

docs/api/access_codes/get.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,12 @@ ID of the device containing the access code that you want to get. You must speci
297297

298298
## Response
299299

300+
{% hint style="success" %}
301+
**Returns:**
300302
[access\_code](.)
301303

304+
{% endhint %}
305+
302306

303307
{% tabs %}
304308
{% tab title="JSON" %}

docs/api/access_codes/list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,12 @@ Your user ID for the user by which to filter access codes.
332332

333333
## Response
334334

335+
{% hint style="success" %}
336+
**Returns:**
335337
Array of [access\_codes](.)
336338

339+
{% endhint %}
340+
337341

338342
{% tabs %}
339343
{% tab title="JSON" %}

docs/api/access_codes/pull_backup_access_code.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,12 @@ ID of the access code for which you want to pull a backup access code.
295295

296296
## Response
297297

298+
{% hint style="success" %}
299+
**Returns:**
298300
[access\_code](.)
299301

302+
{% endhint %}
303+
300304

301305
{% tabs %}
302306
{% tab title="JSON" %}

docs/api/access_codes/report_device_constraints.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,12 @@ Array of supported code lengths as integers between 4 and 20, inclusive. You can
189189

190190
## Response
191191

192+
{% hint style="success" %}
193+
**Returns:**
192194
void
193195

196+
{% endhint %}
197+
194198

195199
---
196200

docs/api/access_codes/simulate/create_unmanaged_access_code.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,12 @@ Name of the simulated unmanaged access code.
255255

256256
## Response
257257

258+
{% hint style="success" %}
259+
**Returns:**
258260
[unmanaged\_access\_code](./../unmanaged)
259261

262+
{% endhint %}
263+
260264

261265
{% tabs %}
262266
{% tab title="JSON" %}

docs/api/access_codes/unmanaged/convert_to_managed.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,9 @@ Indicates whether [external modification](https://docs.seam.co/latest/capability
181181

182182
## Response
183183

184+
{% hint style="success" %}
185+
**Returns:**
184186
void
185187

188+
{% endhint %}
189+

0 commit comments

Comments
 (0)