{{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}} {{/each}}
{{this.code}} {{this.description}}
{{#if action.params}}
{{#each action.params}} {{/each}}
NameTypeDescriptionFormat
{{this.name}}
{{#if this.required}} required {{else}} optional {{/if}}
{{#if this.inclusion}} [ {{this.inclusion}} ] {{else}} {{this.type}} {{/if}} {{this.description}} {{this.format}}
{{/if}} {{#if action.headers}}
{{#each action.headers}} {{/each}}
NameDescription
{{this.name}}
required
{{this.description}}
{{/if}} {{#if action.errors}}
{{#each action.errors}} {{/each}}
Object Message Description
{{this.object}} {{this.message}} {{this.description}}
{{/if}} {{#if action.example_req}}
{{action.example_req }}
{{/if}} {{#if action.example_res}}
{{action.example_res }}
{{/if}}