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
Resize database cluster responds with status code 202 but no response body. This should be handled similarly to 204.
if req.status_code in (202, 204):
https://github.com/koalalorenzo/python-digitalocean/blob/master/digitalocean/baseapi.py#L194 https://developers.digitalocean.com/documentation/v2/#resize-a-database-cluster
The text was updated successfully, but these errors were encountered:
handle 202 similar to 204
c9064cb
koalalorenzo#305
No branches or pull requests
Resize database cluster responds with status code 202 but no response body. This should be handled similarly to 204.
if req.status_code in (202, 204):
https://github.com/koalalorenzo/python-digitalocean/blob/master/digitalocean/baseapi.py#L194
https://developers.digitalocean.com/documentation/v2/#resize-a-database-cluster
The text was updated successfully, but these errors were encountered: