RESTful web API Documentation Generator
This is the content of the header.md file.
this quote is prepended to this doc using a file
prepend.md
Title and Grouping of param, success and error
GET /test/:id
| Name | Type | Description |
|---|---|---|
| param1 | String |
No Group, automatically set Group to "Parameter" |
| Name | Type | Description |
|---|---|---|
| param2 | String |
Group "login" |
| param3 | String |
Group "login" with default Value Default value: Default Value |
| Name | Type | Description |
|---|---|---|
| success2 | String |
Group "201" |
| success3 | String |
Group "201" with default Value Default value: Default Value |
| Name | Type | Description |
|---|---|---|
| success1 | String |
No Group, automatically set "Success 200" |
| Name | Type | Description |
|---|---|---|
| error2 | String |
Undefined Group "400" |
| Name | Type | Description |
|---|---|---|
| error3 | String |
Group "401" |
| Name | Type | Description |
|---|---|---|
| error1 | String |
No Group automatically set "Error 4xx" |
This is the content of the footer.md file.