Skip to content

Commit cb68535

Browse files
#444 fix request type for listInstanceIpv4Information
1 parent e452005 commit cb68535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/instances.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ exports.restoreInstance = {
491491
*/
492492
exports.listInstanceIpv4Information = {
493493
url: '/instances/{instance-id}/ipv4',
494-
requestType: 'POST',
494+
requestType: 'GET',
495495
apiKeyRequired: true,
496496
parameters: {
497497
'instance-id': {

0 commit comments

Comments
 (0)