Skip to content

Commit 8342554

Browse files
committed
Fix a broken link that refers to /docs/apilinode-instances/
1 parent 9d6201f commit 8342554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ paths:
18211821
'200':
18221822
description: Payment Method deactivated.
18231823
content:
1824-
application/json:
1824+
application/json:
18251825
schema:
18261826
type: object
18271827
default:
@@ -7756,7 +7756,7 @@ paths:
77567756
"autoscaler": {
77577757
"enabled": true,
77587758
"max": 12,
7759-
"min": 3
7759+
"min": 3
77607760
}
77617761
}' \
77627762
https://api.linode.com/v4/lke/clusters/12345/pools
@@ -11086,7 +11086,7 @@ paths:
1108611086
There are several ways to detach a VLAN from a Linode:
1108711087

1108811088
- [Update](/docs/api/linode-instances/#configuration-profile-update) the active Configuration Profile to remove the VLAN interface, then [reboot](/docs/api/linode-instances/#linode-reboot) the Linode.
11089-
- [Create](/docs/api/linode-instances/#configuration-profile-create) a new Configuration Profile without the VLAN interface, then [reboot](/docs/apilinode-instances/#linode-reboot) the Linode into the new Configuration Profile.
11089+
- [Create](/docs/api/linode-instances/#configuration-profile-create) a new Configuration Profile without the VLAN interface, then [reboot](/docs/api/linode-instances/#linode-reboot) the Linode into the new Configuration Profile.
1109011090
- [Delete](/docs/api/linode-instances/#linode-delete) the Linode.
1109111091

1109211092
**Note:** Only Next Generation Network (NGN) data centers support VLANs. Use the Regions ([/regions](/docs/api/regions/)) endpoint to view the capabilities of data center regions.

0 commit comments

Comments
 (0)