File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -555,6 +555,9 @@ Nest provides a set of short-hand **API response** decorators that inherit from
555
555
556
556
- ` @ApiOkResponse()`
557
557
- ` @ApiCreatedResponse()`
558
+ - ` @ApiAcceptedResponse()`
559
+ - ` @ApiNoContentResponse()`
560
+ - ` @ApiMovedPermanentlyResponse()`
558
561
- ` @ApiBadRequestResponse()`
559
562
- ` @ApiUnauthorizedResponse()`
560
563
- ` @ApiNotFoundResponse()`
@@ -563,6 +566,7 @@ Nest provides a set of short-hand **API response** decorators that inherit from
563
566
- ` @ApiNotAcceptableResponse()`
564
567
- ` @ApiRequestTimeoutResponse()`
565
568
- ` @ApiConflictResponse()`
569
+ - ` @ApiTooManyRequestsResponse()`
566
570
- ` @ApiGoneResponse()`
567
571
- ` @ApiPayloadTooLargeResponse()`
568
572
- ` @ApiUnsupportedMediaTypeResponse()`
You can’t perform that action at this time.
0 commit comments