Skip to content

Commit 1262119

Browse files
authored
Merge pull request #581 from Dorthu/bugfix/fix-missing-cli-command-action
bug: Add missing CLI commands/actions to operations
2 parents c0f5efc + e357fb6 commit 1262119

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ paths:
601601
get:
602602
deprecated: true
603603
x-linode-grant: unrestricted only
604+
x-linode-cli-skip: true
604605
parameters:
605606
- $ref: '#/components/parameters/pageOffset'
606607
- $ref: '#/components/parameters/pageSize'
@@ -639,6 +640,7 @@ paths:
639640
post:
640641
deprecated: true
641642
x-linode-grant: unrestricted only
643+
x-linode-cli-skip: true
642644
tags:
643645
- Account
644646
summary: Entity Transfer Create
@@ -696,6 +698,7 @@ paths:
696698
get:
697699
deprecated: true
698700
x-linode-grant: unrestricted only
701+
x-linode-cli-skip: true
699702
tags:
700703
- Account
701704
summary: Entity Transfer View
@@ -724,6 +727,7 @@ paths:
724727
delete:
725728
deprecated: true
726729
x-linode-grant: unrestricted only
730+
x-linode-cli-skip: true
727731
tags:
728732
- Account
729733
summary: Entity Transfer Cancel
@@ -762,6 +766,7 @@ paths:
762766
post:
763767
deprecated: true
764768
x-linode-grant: unrestricted only
769+
x-linode-cli-skip: true
765770
tags:
766771
- Account
767772
summary: Entity Transfer Accept
@@ -3344,6 +3349,7 @@ paths:
33443349
source: >
33453350
linode-cli domains zone-file 123
33463351
/domains/import:
3352+
x-linode-cli-command: domains
33473353
post:
33483354
x-linode-grant: read_write
33493355
x-linode-cli-command: domains

0 commit comments

Comments
 (0)