apidoc
Version:
RESTful web API Documentation Generator
30 lines (29 loc) • 1.08 kB
JavaScript
/**
* {get} /test/:id Grouping
* GetGrouping
* Grouping
* 0.1.0
* Title and Grouping of param, success and error
*
*
* {String} param1 No Group, automatically set Group to "Parameter"
*
* (login) Replace "login" with this text
* (login) {String} param2 Group "login"
* (login) {String} param3="Default Value" Group "login" with default Value
*
*
* {String} success1 No Group, automatically set "Success 200"
*
* (201) 201 - Everything ok, replace "201" with this text.
* (201) {String} success2 Group "201"
* (201) {String} success3="Default Value" Group "201" with default Value
*
*
* {String} error1 No Group automatically set "Error 4xx"
*
* (400) {String} error2 Group "400"
*
* (401) 401 - Oh oh, replace "401" with this text
* (401) {String} error3 Group "401"
*/