File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -637,6 +637,8 @@ paths:
637
637
linode-cli betas enroll --id example_open
638
638
/account/betas/{betaId}:
639
639
x-linode-cli-command: betas
640
+ parameters:
641
+ - $ref: '#/components/parameters/betaId'
640
642
get:
641
643
tags:
642
644
- Beta Programs
@@ -650,8 +652,6 @@ paths:
650
652
- account:read_only
651
653
x-linode-cli-action: enrolled-view
652
654
x-linode-grant: unrestricted only
653
- parameters:
654
- - $ref: '#/components/parameters/betaId'
655
655
description: |
656
656
Display an enrolled Beta Program for your Account. The Beta Program may be inactive.
657
657
@@ -3306,6 +3306,8 @@ paths:
3306
3306
linode-cli betas list
3307
3307
/betas/{betaId}:
3308
3308
x-linode-cli-command: betas
3309
+ parameters:
3310
+ - $ref: '#/components/parameters/betaId'
3309
3311
get:
3310
3312
tags:
3311
3313
- Beta Programs
@@ -3318,8 +3320,6 @@ paths:
3318
3320
- oauth: []
3319
3321
x-linode-cli-action: view
3320
3322
x-linode-grant: unrestricted only
3321
- parameters:
3322
- - $ref: '#/components/parameters/betaId'
3323
3323
description: |
3324
3324
Display information about a Beta Program. This command can be used to access inactive as well as active Beta Programs.
3325
3325
You can’t perform that action at this time.
0 commit comments