Skip to content

Commit 774dde6

Browse files
committed
Fix oauth grant
1 parent b4516ab commit 774dde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,12 +1818,12 @@ paths:
18181818
Make the specified Payment Method the default method for automatically processing payments.
18191819

18201820
Removes the default status from any other Payment Method.
1821-
operationId: makePaymentMethodDefault
1821+
operationId: makePaymentMethodDefault
18221822
x-linode-cli-action: payment-method-make-default
18231823
security:
18241824
- personalAccessToken: []
18251825
- oauth:
1826-
- account:read_only
1826+
- account:read_write
18271827
responses:
18281828
'200':
18291829
description: Payment Method successfully set as the default method.

0 commit comments

Comments
 (0)