We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d8ec5 commit 7b382c2Copy full SHA for 7b382c2
content/openapi/decorators.md
@@ -8,6 +8,7 @@ All of the available OpenAPI decorators have an `Api` prefix to distinguish them
8
| `@ApiResponse()` | Method / Controller |
9
| `@ApiProduces()` | Method / Controller |
10
| `@ApiConsumes()` | Method / Controller |
11
+| `@ApiCookieAuth()` | Method / Controller |
12
| `@ApiBearerAuth()` | Method / Controller |
13
| `@ApiOAuth2()` | Method / Controller |
14
| `@ApiBasicAuth()` | Method / Controller |
0 commit comments