${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|n,json}
|
Return Arguments:
% for return_schema in method['returns']:
${return_schema|n,json}
|
This method is accessible to the users granted with the following roles: ${', '.join(method['roles'])} |
% if method['description']: ${method['description']|markdown} % else: - % endif |
${example|markdown} |
${example|markdown} |