We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a70aa7b + 3eb56db commit 52f1028Copy full SHA for 52f1028
openapi.yaml
@@ -2945,6 +2945,7 @@ paths:
2945
"longview_subscription": true,
2946
"add_images": true,
2947
"add_volumes": true,
2948
+ "add_firewalls": true,
2949
"account_access": "read_only",
2950
"cancel_account": false
2951
},
@@ -17447,6 +17448,10 @@ components:
17447
17448
type: boolean
17449
description: If true, this User may add Volumes.
17450
example: true
17451
+ add_firewalls:
17452
+ type: boolean
17453
+ description: If true, this User may add Firewalls.
17454
+ example: true
17455
linode:
17456
type: array
17457
items:
0 commit comments