Skip to content

Commit bd9685c

Browse files
Add List Firewalls OAuth scope.
1 parent 4a951f0 commit bd9685c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8903,6 +8903,10 @@ paths:
89038903
Returns a paginated list of your Firewalls.
89048904
operationId: getFirewalls
89058905
x-linode-cli-action: list
8906+
security:
8907+
- personalAccessToken: []
8908+
- oauth:
8909+
- firewalls:read_only
89068910
responses:
89078911
'200':
89088912
description: Returns an array of Firewalls.

0 commit comments

Comments
 (0)