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
As a Developer I need to implement Flask-RESTPlus So that I could generate Swagger Doc with less effort
Details and Assumptions
follow the file layout outlined in lab-flask-restplus-swagger repo
Implemenentation for Activate a promotion and Deactivate a promotion endpoints
Acceptance Criteria
Make sure that all HTTP errors return json error messages and not html.
Make sure no 500 errors when throwing bad data
Make sure that your Flask-RESTPlus implementation still works like the original. the same test cases should still work as expected.
Make sure to add Swagger annotation as well
The text was updated successfully, but these errors were encountered:
As a Developer
I need to implement Flask-RESTPlus
So that I could generate Swagger Doc with less effort
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: