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
vultr-node/src/api/private-networks.js
Line 56 in 108a3dc
updatePrivateNetwork is currently a GET request, but should be a PUT request
updatePrivateNetwork
GET
PUT
https://www.vultr.com/api/#operation/update-network
The text was updated successfully, but these errors were encountered:
fix request type for updating a private network vultr#583
870aa75
fix request type for updating a private network #583 (#625)
288c706
afady
No branches or pull requests
vultr-node/src/api/private-networks.js
Line 56 in 108a3dc
updatePrivateNetwork
is currently aGET
request, but should be aPUT
requesthttps://www.vultr.com/api/#operation/update-network
The text was updated successfully, but these errors were encountered: