Skip to content

Commit 3eb56db

Browse files
committed
Add firewall user grants
1 parent 695f469 commit 3eb56db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,7 @@ paths:
29402940
"longview_subscription": true,
29412941
"add_images": true,
29422942
"add_volumes": true,
2943+
"add_firewalls": true,
29432944
"account_access": "read_only",
29442945
"cancel_account": false
29452946
},
@@ -17426,6 +17427,10 @@ components:
1742617427
type: boolean
1742717428
description: If true, this User may add Volumes.
1742817429
example: true
17430+
add_firewalls:
17431+
type: boolean
17432+
description: If true, this User may add Firewalls.
17433+
example: true
1742917434
linode:
1743017435
type: array
1743117436
items:

0 commit comments

Comments
 (0)