Skip to content

Commit 7b382c2

Browse files
authored
docs(swagger): added ApiCookieAuth decorator
1 parent 67d8ec5 commit 7b382c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/openapi/decorators.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All of the available OpenAPI decorators have an `Api` prefix to distinguish them
88
| `@ApiResponse()` | Method / Controller |
99
| `@ApiProduces()` | Method / Controller |
1010
| `@ApiConsumes()` | Method / Controller |
11+
| `@ApiCookieAuth()` | Method / Controller |
1112
| `@ApiBearerAuth()` | Method / Controller |
1213
| `@ApiOAuth2()` | Method / Controller |
1314
| `@ApiBasicAuth()` | Method / Controller |

0 commit comments

Comments
 (0)