Skip to content

Commit a35eec4

Browse files
Merge pull request #2306 from gbudau/patch-1
Update operations.md
2 parents 9778e88 + 696a811 commit a35eec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/openapi/operations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Nest provides a set of short-hand **API response** decorators that inherit from
4545
- `@ApiAcceptedResponse()`
4646
- `@ApiNoContentResponse()`
4747
- `@ApiMovedPermanentlyResponse()`
48+
- `@ApiFoundResponse()`
4849
- `@ApiBadRequestResponse()`
4950
- `@ApiUnauthorizedResponse()`
5051
- `@ApiNotFoundResponse()`
@@ -53,6 +54,7 @@ Nest provides a set of short-hand **API response** decorators that inherit from
5354
- `@ApiNotAcceptableResponse()`
5455
- `@ApiRequestTimeoutResponse()`
5556
- `@ApiConflictResponse()`
57+
- `@ApiPreconditionFailedResponse()`
5658
- `@ApiTooManyRequestsResponse()`
5759
- `@ApiGoneResponse()`
5860
- `@ApiPayloadTooLargeResponse()`

0 commit comments

Comments
 (0)