We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest
No response
Replace all old public API responses from:
return Response({"success": True, "invoice_id": invoice.id}, status=status.HTTP_201_CREATED)
new:
APIResponse(True, {"invoice_id": invoice.id})
The text was updated successfully, but these errors were encountered:
started replacing Response with new APIResponse to prefill metadata w…
4cfb539
…hen we add it (#517) Signed-off-by: Trey <[email protected]>
No branches or pull requests
What version of MyFinances are you currently using?
latest
What device type are you currently facing the issue on?
No response
Describe the bug
Replace all old public API responses from:
new:
The text was updated successfully, but these errors were encountered: