You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @oas.response convenience decorator lets us easily decorate controller methods .
However, as the developer, you are still responsible for setting the response code if you aren't going to return a default 200 status:
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Suggestion
The
@oas.response
convenience decorator lets us easily decorate controller methods .However, as the developer, you are still responsible for setting the response code if you aren't going to return a default
200
status:While not necessarily inclusive of all possible response models, it is a safe assumption:
@response(someCode, SomeModel, SomeOtherModel)
,SomeModel
orSomeOtherModel
,someCode
Questions
Acceptance Criteris
TBD
The text was updated successfully, but these errors were encountered: