{{!-- Apigee Dev Portal Method Template Available variables: - apiId: The UUID of the model. - apiName: The unique name of the model, for example 'petstore-example'. - apiRevisionId: The revision of the model. - baseUrl: The base URL of the model, for example 'http://api.apigee.com/v1' - body: An object of attributes relating to the method body: - contentType: The allowed Content-Type values of the body. - parameters: An array of body parameters, will be populated with values from OpenAPI (Swagger) 2.0 "in": "formData" parameters. Helper variables: - none --}}
{{name}}

{{verb}}

{{#if displayName}}{{displayName}}{{else}}{{name}}{{/if}}

{{{description}}}

Resource URL

{{#if baseUrl}} {{baseUrl}}{{/if}}{{#if path}} {{path}}{{/if}}

{{#if-query-param this.parameters}}

Query Parameters

{{#query-list this.parameters}} {{/query-list}}
Name Values Description
{{name}} {{#required}}
(required) {{/required}}
{{#if options}} {{else}} {{#if required}} {{else}} {{/if}} {{/if}}

{{{description}}}

{{/if-query-param}} {{#if-header-param this.parameters}}

Header Parameters

{{#header-list this.parameters}} {{/header-list}}
Name Values Description
{{name}} {{#required}}
(required) {{/required}}
{{#if options}} {{else}} {{#if required}} {{else}} {{/if}} {{/if}}

{{{ this.description }}}

{{/if-header-param}}
{{#if body.parameters}}

Body Parameters

{{#each body.parameters}} {{/each}}
Name Values Description
{{this.name}} {{#required}}
(required) {{/required}}
{{#if options}} {{else}} {{#if required}} {{else}} {{/if}} {{/if}}

{{{ this.description }}}

{{/if}}
{{#body}} {{#if attachments}}

Attachments

Attachments


{{#each attachments}} {{/each}}
Name Value Description
{{name}} {{#required}}
(required) {{/required}}
{{#if required}} {{else}} {{/if}}

{{{description}}}

{{/if}} {{/body}}

Try it out !!

{{#body}}
{{#if doc}}
{{{doc}}}
{{/if}}
{{/body}} {{#if-template-param this.parameters}}
{{#template-list this.parameters}}

{{name}} {{{description}}} {{defaultValue}} {{required}}

{{/template-list}}
{{/if-template-param}}

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

{{#response}} {{#if doc}}

Response Payload Elements

{{{response.doc}}}
{{contentType}}
{{/if}} {{/response}}
{{!-- Only output Content Type if it exists, but make sure to check both body.contentType and parameters. --}} {{#if body.contentType}} {{/if}} {{!-- Only output Category if it exists --}} {{#if tags}} {{/if}}

Resource Summary

Security

Content Type

{{body.contentType}}

Category

{{#each tags}}{{.}}{{#unless @last}}, {{/unless}}{{/each}}

{{#response}} {{#if errors}}
{{#each errors}} {{/each}}

Resource Error Codes

HTTP Code

Error Code

Description

{{httpStatusCode}}

{{code}}

{{{description}}}

{{/if}} {{/response}}

Working...