Skip to content

Commit 5a9e805

Browse files
Merge pull request #899 from andystevensname/v4.169.1
v4.169.1
2 parents 817a066 + 54b2031 commit 5a9e805

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

openapi.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ paths:
539539
--tax_id ATU99999999 \
540540
--zip 19102
541541
/account/availability:
542-
x-linode-cli-command: availability
542+
x-linode-cli-command: account
543543
get:
544544
tags:
545545
- account
@@ -551,11 +551,13 @@ paths:
551551

552552
*This endpoint is currently in **Beta**, and should not be used for production workloads.*
553553
operationId: getAvailability
554+
servers:
555+
- url: https://api.linode.com/v4beta
554556
security:
555557
- personalAccessToken: []
556558
- oauth:
557559
- account:read_only
558-
x-linode-cli-action: getAvailability
560+
x-linode-cli-action: get-availability
559561
x-linode-grant: read_only
560562
responses:
561563
'200':
@@ -581,9 +583,9 @@ paths:
581583
-H "Authorization: Bearer $TOKEN"
582584
- lang: CLI
583585
source: >
584-
linode-cli account availability getAvailability
586+
linode-cli account get-availability
585587
/account/availability/{id}:
586-
x-linode-cli-command: availability
588+
x-linode-cli-command: account
587589
parameters:
588590
- name: id
589591
in: path
@@ -600,11 +602,13 @@ paths:
600602

601603
Only authorized Users can access this.
602604
operationId: getAccountAvailability
605+
servers:
606+
- url: https://api.linode.com/v4beta
603607
security:
604608
- personalAccessToken: []
605609
- oauth:
606610
- account:read_only
607-
x-linode-cli-action: getAccountAvailability
611+
x-linode-cli-action: get-account-availability
608612
x-linode-grant: read_only
609613
responses:
610614
'200':
@@ -622,7 +626,7 @@ paths:
622626
-H "Authorization: Bearer $TOKEN"
623627
- lang: CLI
624628
source: >
625-
linode-cli account availability getAccountAvailability us-east
629+
linode-cli account get-account-availability us-east
626630
/account/betas:
627631
x-linode-cli-command: betas
628632
get:

0 commit comments

Comments
 (0)