You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| description | A verbose explanation of the operation behavior. |
431
-
| description.markdown | A short description of the application. The description will be read from a file. E.g. `@description.markdown details` will load `details.md`| // @description.file endpoint.description.markdown |
432
-
| id | A unique string used to identify the operation. Must be unique among all API operations. |
433
-
| tags | A list of tags to each API operation that separated by commas. |
434
-
| summary | A short summary of what the operation does. |
435
-
| accept | A list of MIME types the APIs can consume. Note that Accept only affects operations with a request body, such as POST, PUT and PATCH. Value MUST be as described under [Mime Types](#mime-types). |
436
-
| produce | A list of MIME types the APIs can produce. Value MUST be as described under [Mime Types](#mime-types). |
437
-
| param | Parameters that separated by spaces. `param name`,`param type`,`data type`,`is mandatory?`,`comment``attribute(optional)`|
438
-
| security | [Security](#security) to each API operation. |
439
-
| success | Success response that separated by spaces. `return code or default`,`{param type}`,`data type`,`comment`|
440
-
| failure | Failure response that separated by spaces. `return code or default`,`{param type}`,`data type`,`comment`|
441
-
| response | As same as `success` and `failure`|
442
-
| header | Header in response that separated by spaces. `return code`,`{param type}`,`data type`,`comment`|
443
-
| router | Path definition that separated by spaces. `path`,`[httpMethod]`|
444
-
| x-name | The extension key, must be start by x- and take only json value. |
445
-
| x-codeSample | Optional Markdown usage. take `file` as parameter. This will then search fora file named like the summaryin the given folder. |
| description | A verbose explanation of the operation behavior. |
431
+
| description.markdown | A short description of the application. The description will be read from a file. E.g. `@description.markdown details` will load `details.md`| // @description.file endpoint.description.markdown |
432
+
| id | A unique string used to identify the operation. Must be unique among all API operations. |
433
+
| tags | A list of tags to each API operation that separated by commas. |
434
+
| summary | A short summary of what the operation does. |
435
+
| accept | A list of MIME types the APIs can consume. Note that Accept only affects operations with a request body, such as POST, PUT and PATCH. Value MUST be as described under [Mime Types](#mime-types). |
436
+
| produce | A list of MIME types the APIs can produce. Value MUST be as described under [Mime Types](#mime-types). |
437
+
| param | Parameters that separated by spaces. `param name`,`param type`,`data type`,`is mandatory?`,`comment``attribute(optional)`|
438
+
| security | [Security](#security) to each API operation. |
439
+
| success | Success response that separated by spaces. `return code or default`,`{param type}`,`data type`,`comment`|
440
+
| failure | Failure response that separated by spaces. `return code or default`,`{param type}`,`data type`,`comment`|
441
+
| response | As same as `success` and `failure`|
442
+
| header | Header in response that separated by spaces. `return code`,`{param type}`,`data type`,`comment`|
443
+
| router | Path definition that separated by spaces. `path`,`[httpMethod]`|
444
+
| deprecatedrouter | As same as router, but deprecated. |
445
+
| x-name | The extension key, must be start by x- and take only json value. |
446
+
| x-codeSample | Optional Markdown usage. take `file` as parameter. This will then search fora file named like the summaryin the given folder. |
0 commit comments