{{ mname }}
{% if method.job %}
Job
This endpoint is a Job. Please refer to the Jobs section for details.
{% if method.downloadable %}
{% endif %}
A file can be downloaded from this endpoint. Please refer to the Jobs section to download a file. {% endif %} {% if method.uploadable %} A file can be uploaded to this endpoint. Please refer to the Jobs section to upload a file. {% endif %} |
---|
Arguments:
{% for accept in method.accepts %}
{{ accept|json }}
|
Return Arguments:
{% for return_schema in method.returns %}
{{ return_schema|json }}
|
{% if method.description %} {{ method.description|markdown|safe }} {% else %} - {% endif %} |
{{ example|markdown|safe }} |
{{ example|markdown|safe }} |