@@ -601,6 +601,7 @@ paths:
601
601
get:
602
602
deprecated: true
603
603
x-linode-grant: unrestricted only
604
+ x-linode-cli-skip: true
604
605
parameters:
605
606
- $ref: '#/components/parameters/pageOffset'
606
607
- $ref: '#/components/parameters/pageSize'
@@ -639,6 +640,7 @@ paths:
639
640
post:
640
641
deprecated: true
641
642
x-linode-grant: unrestricted only
643
+ x-linode-cli-skip: true
642
644
tags:
643
645
- Account
644
646
summary: Entity Transfer Create
@@ -696,6 +698,7 @@ paths:
696
698
get:
697
699
deprecated: true
698
700
x-linode-grant: unrestricted only
701
+ x-linode-cli-skip: true
699
702
tags:
700
703
- Account
701
704
summary: Entity Transfer View
@@ -724,6 +727,7 @@ paths:
724
727
delete:
725
728
deprecated: true
726
729
x-linode-grant: unrestricted only
730
+ x-linode-cli-skip: true
727
731
tags:
728
732
- Account
729
733
summary: Entity Transfer Cancel
@@ -762,6 +766,7 @@ paths:
762
766
post:
763
767
deprecated: true
764
768
x-linode-grant: unrestricted only
769
+ x-linode-cli-skip: true
765
770
tags:
766
771
- Account
767
772
summary: Entity Transfer Accept
@@ -3344,6 +3349,7 @@ paths:
3344
3349
source: >
3345
3350
linode-cli domains zone-file 123
3346
3351
/domains/import:
3352
+ x-linode-cli-command: domains
3347
3353
post:
3348
3354
x-linode-grant: read_write
3349
3355
x-linode-cli-command: domains
0 commit comments