This repository was archived by the owner on Nov 3, 2023. It is now read-only.
OpenApiResponseExceptedHTTPCode feature and default code fix for PUT and PATCH
New feature :
@OpenApiResponseExceptedHTTPCode tag allows you to specify the excepted HTTP response code.
Fix :
Default behavior for excepted HTTP resonse code :
200 instead of 201 for PUT and PATCH HTTP methods now.