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.
2 parents 9778e88 + 696a811 commit a35eec4Copy full SHA for a35eec4
content/openapi/operations.md
@@ -45,6 +45,7 @@ Nest provides a set of short-hand **API response** decorators that inherit from
45
- `@ApiAcceptedResponse()`
46
- `@ApiNoContentResponse()`
47
- `@ApiMovedPermanentlyResponse()`
48
+- `@ApiFoundResponse()`
49
- `@ApiBadRequestResponse()`
50
- `@ApiUnauthorizedResponse()`
51
- `@ApiNotFoundResponse()`
@@ -53,6 +54,7 @@ Nest provides a set of short-hand **API response** decorators that inherit from
53
54
- `@ApiNotAcceptableResponse()`
55
- `@ApiRequestTimeoutResponse()`
56
- `@ApiConflictResponse()`
57
+- `@ApiPreconditionFailedResponse()`
58
- `@ApiTooManyRequestsResponse()`
59
- `@ApiGoneResponse()`
60
- `@ApiPayloadTooLargeResponse()`
0 commit comments