Skip to content
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

Choose a tag to compare

@rygilles rygilles released this 26 Feb 13:54
· 5 commits to master since this release
08c6550

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.