${order}. ${desc}
<%for(doc in list){%><%if(isNotEmpty(doc.author)){%><%}%><%if(isNotEmpty(doc.requestHeaders)){%>
<%}%><%if(isNotEmpty(doc.pathParams)){%>
<%}%><%if(isNotEmpty(doc.queryParams)){%>
<%}%><%if(isNotEmpty(doc.requestParams)){%>
<%}%><%if(isNotEmpty(doc.requestExample.jsonBody)&&isRequestExample){%><%}%><%if(isNotEmpty(doc.responseParams)){%>
<%}%>
<%if(isNotEmpty(doc.responseUsage)&&isResponseExample){%><%}%><%if(isNotEmpty(doc.requestUsage)&&isRequestExample){%><%}%><%}%>
<%if(doc.deprecated){%>${order}.${doc.order}. ${doc.desc}<%}else{%>${order}.${doc.order}. ${doc.desc}<%}%>
URL: ${doc.url}
Type: ${doc.type}
Author: ${doc.author}
Content-Type: ${doc.contentType}
Description: ${doc.detail}
Request-headers:
| Header | Value | Type | Required | Description | |
|---|---|---|---|---|---|
${header.name} | ${header.type} | ${header.required} | ${header.desc} |
Path-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
${param.field} | ${param.type} | ${param.required} | ${param.desc} |
Query-parameters:
| Parameter | Value | Type | Required | Description | |
|---|---|---|---|---|---|
${param.field} | <%if(param.type=="file"){%><%}else{%><%}%> | ${param.type} | ${param.required} | ${param.desc} |
Body-parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
${param.field} | ${param.type} | ${param.required} | ${param.desc} |
Request-body:
${doc.requestExample.jsonBody}Response-fields:
| Field | Type | Description | Since |
|---|---|---|---|
${param.field} | ${param.type} | ${param.desc} | ${param.version} |
Response-example:
${doc.responseUsage}Curl-example:
${doc.requestUsage}