{{action.description}}
Action | {{action.action}} |
Method | {{action.action_method}} |
Required authentication |
{{#if action.authentication}}
{{else}}
{{/if}}
|
Response formats | {{action.response_formats}} |
Resource URL
{{action.urls}}
Response Status
{{#each action.http_responses}}
{{this.code}} |
{{this.description}} |
{{/each}}
{{#if action.params}}
Name | Type | Description | Format |
{{#each action.params}}
{{this.name}}
{{#if this.required}}
required
{{else}}
optional
{{/if}}
|
{{#if this.inclusion}}
[ {{this.inclusion}} ]
{{else}}
{{this.type}}
{{/if}}
|
{{this.description}} |
{{this.format}} |
{{/each}}
| | | |
{{/if}}
{{#if action.headers}}
{{/if}}
{{#if action.errors}}
Object |
Message |
Description |
{{#each action.errors}}
{{this.object}} |
{{this.message}} |
{{this.description}} |
{{/each}}
{{/if}}
{{#if action.example_req}}
{{/if}}
{{#if action.example_res}}
{{/if}}