File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7979
8080{% hint style="success" %}
8181Returns :
82- {{#if response.batchResourceTypes }}batch response{{#each response.batchResourceTypes }}
82+ {{#if response.batchResources }}batch response{{#each response.batchResources }}
8383- `{{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 %}
You can’t perform that action at this time.
0 commit comments