Skip to content

Commit 52f1028

Browse files
authored
Merge pull request #497 from bbiggerr/firewall-user-grants
[Update] User's Grants Update (PUT /account/users/{username}/grants) - Add firewall user grants
2 parents a70aa7b + 3eb56db commit 52f1028

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
@@ -2945,6 +2945,7 @@ paths:
29452945
"longview_subscription": true,
29462946
"add_images": true,
29472947
"add_volumes": true,
2948+
"add_firewalls": true,
29482949
"account_access": "read_only",
29492950
"cancel_account": false
29502951
},
@@ -17447,6 +17448,10 @@ components:
1744717448
type: boolean
1744817449
description: If true, this User may add Volumes.
1744917450
example: true
17451+
add_firewalls:
17452+
type: boolean
17453+
description: If true, this User may add Firewalls.
17454+
example: true
1745017455
linode:
1745117456
type: array
1745217457
items:

0 commit comments

Comments
 (0)