{{ link.description }}
{% endif %} {% if link.get_path_fields() %}The following parameters should be included in the URL path.
| Parameter | Description |
|---|---|
{{ field.name }}{% if field.required %} required{% endif %} | {% if field.description or field.schema.description %}{{ field.description or field.schema.description }}{% endif %} |
The following parameters should be included as part of a URL query string.
| Parameter | Description |
|---|---|
{{ field.name }}{% if field.required %} required{% endif %} | {% if field.description or field.schema.description %}{{ field.description or field.schema.description }}{% endif %} |
The request body should be "{{ link.encoding }}" encoded, and should contain {% if expanded %}an object with the following attributes.{% else %}a single item.{% endif %}
| Parameter | Description |
|---|---|
{{ key }}{% if key in field.schema.required %} required{% endif %} | {% if schema.description %}{{ schema.description }}{% endif %} |
{{ field.name }}{% if field.required %} required{% endif %} | {% if field.description or field.schema.description %}{{ field.description or field.schema.description }}{% endif %} |