Skip to content

Commit 3f15731

Browse files
authored
docs(openapi-decorators): order the list alphabetically
1 parent 7b382c2 commit 3f15731

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

content/openapi/decorators.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ All of the available OpenAPI decorators have an `Api` prefix to distinguish them
44

55
| | |
66
| ------------------------- | ------------------- |
7-
| `@ApiOperation()` | Method |
8-
| `@ApiResponse()` | Method / Controller |
9-
| `@ApiProduces()` | Method / Controller |
10-
| `@ApiConsumes()` | Method / Controller |
11-
| `@ApiCookieAuth()` | Method / Controller |
12-
| `@ApiBearerAuth()` | Method / Controller |
13-
| `@ApiOAuth2()` | Method / Controller |
147
| `@ApiBasicAuth()` | Method / Controller |
15-
| `@ApiSecurity()` | Method / Controller |
16-
| `@ApiExtraModels()` | Method / Controller |
8+
| `@ApiBearerAuth()` | Method / Controller |
179
| `@ApiBody()` | Method |
18-
| `@ApiParam()` | Method |
19-
| `@ApiQuery()` | Method |
20-
| `@ApiHeader()` | Method / Controller |
10+
| `@ApiConsumes()` | Method / Controller |
11+
| `@ApiCookieAuth()` | Method / Controller |
2112
| `@ApiExcludeController()` | Controller |
2213
| `@ApiExcludeEndpoint()` | Method |
23-
| `@ApiTags()` | Method / Controller |
14+
| `@ApiExtension()` | Method |
15+
| `@ApiExtraModels()` | Method / Controller |
16+
| `@ApiHeader()` | Method / Controller |
17+
| `@ApiHideProperty()` | Model |
18+
| `@ApiOAuth2()` | Method / Controller |
19+
| `@ApiOperation()` | Method |
20+
| `@ApiParam()` | Method |
21+
| `@ApiProduces()` | Method / Controller |
2422
| `@ApiProperty()` | Model |
2523
| `@ApiPropertyOptional()` | Model |
26-
| `@ApiHideProperty()` | Model |
27-
| `@ApiExtension()` | Method |
24+
| `@ApiQuery()` | Method |
25+
| `@ApiResponse()` | Method / Controller |
26+
| `@ApiSecurity()` | Method / Controller |
27+
| `@ApiTags()` | Method / Controller |

0 commit comments

Comments
 (0)