-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streamline and harmonize simple responses across API routes #119
Comments
working on this |
#259 Tries to address this issue we can merge it if it does not conflict with mobile and server api schema causing them to crash |
@suchithh PR focuses on defining a standard API response str for all routes it will take time because we need to work with mobile and server team to do it in that way while PR only changes all responses that are dict[str,str] for specific response code CC: @areebahmeddd |
What
The simple responses of various api's use different formats: "string", "message=text", "detail=text". Some are undocumented. This requires implementors to cater for all these variants.
Steps to reproduce the behavior:
Check the swagger doc.
Expected behavior
Have the same json format (like detail=text) for all simple responses.
The text was updated successfully, but these errors were encountered: