@@ -598,11 +598,10 @@ paths:
598598 --expiry_year 2025 \
599599 --cvv 111
600600 /account/entity-transfers:
601- x-linode-cli-command: account
602601 get:
603602 deprecated: true
604603 x-linode-grant: unrestricted only
605- x-linode-cli-action: entity-transfers-list
604+ x-linode-cli-skip: true
606605 parameters:
607606 - $ref: '#/components/parameters/pageOffset'
608607 - $ref: '#/components/parameters/pageSize'
@@ -641,7 +640,7 @@ paths:
641640 post:
642641 deprecated: true
643642 x-linode-grant: unrestricted only
644- x-linode-cli-action: entity-transfer-create
643+ x-linode-cli-skip: true
645644 tags:
646645 - Account
647646 summary: Entity Transfer Create
@@ -688,7 +687,6 @@ paths:
688687 }' \
689688 https://api.linode.com/v4/account/entity-transfers
690689 /account/entity-transfers/{token}:
691- x-linode-cli-command: account
692690 parameters:
693691 - name: token
694692 in: path
@@ -700,7 +698,7 @@ paths:
700698 get:
701699 deprecated: true
702700 x-linode-grant: unrestricted only
703- x-linode-cli-action: entity-transfer-view
701+ x-linode-cli-skip: true
704702 tags:
705703 - Account
706704 summary: Entity Transfer View
@@ -729,7 +727,7 @@ paths:
729727 delete:
730728 deprecated: true
731729 x-linode-grant: unrestricted only
732- x-linode-cli-action: entity-transfer-cancel
730+ x-linode-cli-skip: true
733731 tags:
734732 - Account
735733 summary: Entity Transfer Cancel
@@ -757,7 +755,6 @@ paths:
757755 -X DELETE \
758756 https://api.linode.com/v4/account/entity-transfers/123E4567-E89B-12D3-A456-426614174000
759757 /account/entity-transfers/{token}/accept:
760- x-linode-cli-command: account
761758 parameters:
762759 - name: token
763760 in: path
@@ -769,7 +766,7 @@ paths:
769766 post:
770767 deprecated: true
771768 x-linode-grant: unrestricted only
772- x-linode-cli-action: entity-transfer-accept
769+ x-linode-cli-skip: true
773770 tags:
774771 - Account
775772 summary: Entity Transfer Accept
0 commit comments