-
Notifications
You must be signed in to change notification settings - Fork 0
Supported comments
linx edited this page Feb 21, 2023
·
1 revision
| comment prefix | location | description | default | optional | param optional |
|---|---|---|---|---|---|
| @DEPRECATED | Controller & Method | deprecate group methods or just one method | √ | ||
| @AUTH | Controller | HTTP Header name for authorization | Authorization | √ | √ |
| @ROUTE | Controller | route prefix of apis | None | √ | |
| @HTTPMETHOD | Method | http method | |||
| @RESP | Method | specify the model of result body | √ | ||
| @TAG | Controller | tag show on swagger UI | Controller Name | √ | |
| @REQ | Method | specify the model of request body | √ | ||
| @DESC | Controller & Method | show int swagger operation's description | √ | ||