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.
1 parent 695f469 commit 3eb56dbCopy full SHA for 3eb56db
openapi.yaml
@@ -2940,6 +2940,7 @@ paths:
2940
"longview_subscription": true,
2941
"add_images": true,
2942
"add_volumes": true,
2943
+ "add_firewalls": true,
2944
"account_access": "read_only",
2945
"cancel_account": false
2946
},
@@ -17426,6 +17427,10 @@ components:
17426
17427
type: boolean
17428
description: If true, this User may add Volumes.
17429
example: true
17430
+ add_firewalls:
17431
+ type: boolean
17432
+ description: If true, this User may add Firewalls.
17433
+ example: true
17434
linode:
17435
type: array
17436
items:
0 commit comments