Skip to content

Commit bdf3507

Browse files
authored
Merge pull request #582 from linode/release-4.112.3
Release 4.112.3
2 parents b4065c5 + 8630234 commit bdf3507

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

openapi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.112.0
3+
version: 4.112.3
44

55
title: Linode API
66
description: |
@@ -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)