Skip to content

Commit 1018ab6

Browse files
mikewuuseambot
andauthored
fix: extra ** in batch endpoint response (#1004)
* fix: extra ** in batch endpoint response * Revert "fix: extra ** in batch endpoint response" This reverts commit d000c96. * fix: extra ** in batch endpoint response * ci: Generate docs * fix: extra ** in batch endpoint response * fix: extra ** in batch endpoint response * ci: Generate docs --------- Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent 28098dd commit 1018ab6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

codegen/layouts/api-endpoint.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ None
8080
{% hint style="success" %}
8181
Returns:
8282
{{#if response.batchResources}}batch response{{#each response.batchResources}}
83-
- `{{this.batchKey}}`: Array of [{{this.escapedResourceType}}s]({{#if this.responsePath}}{{this.responsePath}}{{else}}./{{/if}}){{/each}}{{else}}**{{#if response.resourceType}}{{#if (eq response.responseType "resource_list")}}Array of [{{response.escapedResourceType}}s]({{#if response.responsePath}}{{response.responsePath}}{{else}}./{{/if}}){{else}}[{{response.escapedResourceType}}]({{#if response.responsePath}}{{response.responsePath}}{{else}}./{{/if}}){{/if}}{{else}}void{{/if}}{{/if}}**
83+
- `{{this.batchKey}}`: Array of [{{this.escapedResourceType}}s]({{#if this.responsePath}}{{this.responsePath}}{{else}}./{{/if}}){{/each}}{{else}}**{{#if response.resourceType}}{{#if (eq response.responseType "resource_list")}}Array of [{{response.escapedResourceType}}s]({{#if response.responsePath}}{{response.responsePath}}{{else}}./{{/if}}){{else}}[{{response.escapedResourceType}}]({{#if response.responsePath}}{{response.responsePath}}{{else}}./{{/if}}){{/if}}{{else}}void{{/if}}**{{/if}}
8484
8585
{% endhint %}
8686

docs/api/access_grants/get_related.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ batch response
7474
- `connected_accounts`: Array of [connected\_accounts](./../connected_accounts)
7575
- `acs_systems`: Array of [acs\_systems](./../acs/systems)
7676
- `user_identities`: Array of [user\_identitys](./../user_identities)
77-
- `acs_access_groups`: Array of [acs\_access\_groups](./../acs/access_groups)**
77+
- `acs_access_groups`: Array of [acs\_access\_groups](./../acs/access_groups)
7878

7979
{% endhint %}
8080

docs/api/access_methods/get_related.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ batch response
7878
- `access_methods`: Array of [access\_methods](.)
7979
- `instant_keys`: Array of [instant\_keys](./../instant_keys)
8080
- `client_sessions`: Array of [client\_sessions](./../client_sessions)
81-
- `acs_credentials`: Array of [acs\_credentials](./../acs/credentials)**
81+
- `acs_credentials`: Array of [acs\_credentials](./../acs/credentials)
8282

8383
{% endhint %}
8484

docs/api/spaces/get_related.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ batch response
7575
- `devices`: Array of [devices](./../devices)
7676
- `acs_entrances`: Array of [acs\_entrances](./../acs/entrances)
7777
- `connected_accounts`: Array of [connected\_accounts](./../connected_accounts)
78-
- `acs_systems`: Array of [acs\_systems](./../acs/systems)**
78+
- `acs_systems`: Array of [acs\_systems](./../acs/systems)
7979

8080
{% endhint %}
8181

0 commit comments

Comments
 (0)