Skip to content

Commit

Permalink
Update .hbs pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mastafit committed Aug 1, 2024
1 parent 10f9536 commit 6ece5f3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions docs/generated-docs/api/acs/systems/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,27 @@ Not enough data
</thead>
<tbody>
<tr>
<td colspan='3'>No parameters available.</td>
<td><code>connected_account_id</code></td>
<td>String (UUID)<br /><em>Optional</em></td>
<td>ID of the connected account by which to filter the list of returned access control systems.</td>
</tr>
</tbody>
</table>

### Sample Request

{% tabs %}
{% tab title="javascript" %}
{% tab title="JavaScript" %}
```javascript
await seam.acs.systems.list({&quot;connected_account_id&quot;:&quot;8d7e0b3a-b889-49a7-9164-4b71a0506a33&quot;})
```
{% endtab %}
{% tab title="python" %}
{% tab title="Python" %}
```python
seam.acs.systems.list(connected_account_id&#x3D;&quot;8d7e0b3a-b889-49a7-9164-4b71a0506a33&quot;)
```
{% endtab %}
{% tab title="php" %}
{% tab title="PHP" %}
```php
$seam-&gt;acs-&gt;systems-&gt;list(connected_account_id:&quot;8d7e0b3a-b889-49a7-9164-4b71a0506a33&quot;)
```
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@metalsmith/layouts": "^2.7.0",
"@metalsmith/metadata": "^0.3.0",
"@seamapi/blueprint": "^0.6.0",
"@seamapi/blueprint": "^0.8.0",
"jstransformer-handlebars": "^1.2.0",
"metalsmith": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/api-reference.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Not enough data
{% tabs %}
{{#each codeSamples}}
{{#each this.code}}
{% tab title="{{@key}}" %}
{% tab title="{{this.title}}" %}
```{{@key}}
{{this.request}}
```
Expand Down

0 comments on commit 6ece5f3

Please sign in to comment.