Skip to content

Commit

Permalink
use correct token scope (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
beardicus authored Sep 26, 2024
1 parent 48fb93a commit 32370a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion specification/resources/firewalls/firewalls_add_rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ x-codeSamples:

security:
- bearer_auth:
- 'firewall:create'
- 'firewall:update'
2 changes: 1 addition & 1 deletion specification/resources/firewalls/firewalls_add_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ x-codeSamples:

security:
- bearer_auth:
- 'firewall:create'
- 'firewall:update'
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ x-codeSamples:

security:
- bearer_auth:
- 'firewall:create'
- 'firewall:update'
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ x-codeSamples:

security:
- bearer_auth:
- 'firewall:delete'
- 'firewall:update'
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ x-codeSamples:

security:
- bearer_auth:
- 'firewall:delete'
- 'firewall:update'
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ x-codeSamples:

security:
- bearer_auth:
- 'firewall:delete'
- 'firewall:update'

0 comments on commit 32370a3

Please sign in to comment.