Skip to content

Commit 67d8ec5

Browse files
authored
docs(swagger): removed method option from ApiExcludeController decorator
1 parent e4b6bc7 commit 67d8ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/decorators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All of the available OpenAPI decorators have an `Api` prefix to distinguish them
1717
| `@ApiParam()` | Method |
1818
| `@ApiQuery()` | Method |
1919
| `@ApiHeader()` | Method / Controller |
20-
| `@ApiExcludeController()` | Method / Controller |
20+
| `@ApiExcludeController()` | Controller |
2121
| `@ApiExcludeEndpoint()` | Method |
2222
| `@ApiTags()` | Method / Controller |
2323
| `@ApiProperty()` | Model |

0 commit comments

Comments
 (0)