Skip to content

Commit c910a91

Browse files
committed
Fixed betaId path parameter placement
1 parent dd47a45 commit c910a91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,8 @@ paths:
637637
linode-cli betas enroll --id example_open
638638
/account/betas/{betaId}:
639639
x-linode-cli-command: betas
640+
parameters:
641+
- $ref: '#/components/parameters/betaId'
640642
get:
641643
tags:
642644
- Beta Programs
@@ -650,8 +652,6 @@ paths:
650652
- account:read_only
651653
x-linode-cli-action: enrolled-view
652654
x-linode-grant: unrestricted only
653-
parameters:
654-
- $ref: '#/components/parameters/betaId'
655655
description: |
656656
Display an enrolled Beta Program for your Account. The Beta Program may be inactive.
657657

@@ -3306,6 +3306,8 @@ paths:
33063306
linode-cli betas list
33073307
/betas/{betaId}:
33083308
x-linode-cli-command: betas
3309+
parameters:
3310+
- $ref: '#/components/parameters/betaId'
33093311
get:
33103312
tags:
33113313
- Beta Programs
@@ -3318,8 +3320,6 @@ paths:
33183320
- oauth: []
33193321
x-linode-cli-action: view
33203322
x-linode-grant: unrestricted only
3321-
parameters:
3322-
- $ref: '#/components/parameters/betaId'
33233323
description: |
33243324
Display information about a Beta Program. This command can be used to access inactive as well as active Beta Programs.
33253325

0 commit comments

Comments
 (0)