Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/api/acs/systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Within an `acs_system`, create [`acs_user`s](https://docs.seam.co/latest/api/acs

For details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/latest/api/acs).

{% tabs %}
{% tab title="Json" %}
```json
{ "acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203" }
```
{% endtab %}
{% endtabs %}

### `acs_access_group_count`

Format: `Number`
Expand Down
12 changes: 12 additions & 0 deletions src/layouts/partials/api-resource.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@

{{description}}
{{/if}}
{{#if resourceSamples.length}}

{% tabs %}
{{#each resourceSamples}}
{% tab title="{{toCapitalCase this.resourceDataSyntax}}" %}
Comment thread
andrii-balitskyi marked this conversation as resolved.
Outdated
```{{this.resourceDataSyntax}}
{{{this.resourceData}}}
```
{% endtab %}
{{/each}}
{% endtabs %}
{{/if}}

{{#each properties}}
{{#if ../headingOffset}}
Expand Down
Loading