Skip to content

Commit b8c7e44

Browse files
committed
Fixed typos and description errors
1 parent 56eb78c commit b8c7e44

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

openapi.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7804,7 +7804,7 @@ paths:
78047804
x-code-samples:
78057805
- lang: Shell
78067806
source: >
7807-
curl -H -H "Authorization: Bearer $TOKEN" \
7807+
curl -H "Authorization: Bearer $TOKEN" \
78087808
https://api.linode.com/v4/linode/instances/123/ips
78097809
- lang: CLI
78107810
source: >
@@ -21732,7 +21732,7 @@ components:
2173221732
prefix:
2173321733
type: integer
2173421734
description: >
21735-
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2 <sup>prefix length</sup>.
21735+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
2173621736
example: 124
2173721737
x-linode-cli-display: 2
2173821738
region:
@@ -21757,14 +21757,14 @@ components:
2175721757
range:
2175821758
type: string
2175921759
description: >
21760-
The IPv6 range of addresses in this pool.
21760+
The IPv6 address of this range.
2176121761
example: '2600:3c01::'
2176221762
readOnly: true
2176321763
x-linode-cli-display: 1
2176421764
prefix:
2176521765
type: integer
2176621766
description: >
21767-
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2 <sup>prefix length</sup>.
21767+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
2176821768
example: 64
2176921769
x-linode-cli-display: 2
2177021770
region:
@@ -21777,9 +21777,8 @@ components:
2177721777
route_target:
2177821778
type: string
2177921779
description: >
21780-
The last address in this block of IPv6 addresses.
21780+
The IPv6 SLAAC address.
2178121781
example: '2600:3c01::ffff:ffff:ffff:ffff'
21782-
nullable: true
2178321782
IPv6RangeBGP:
2178421783
type: object
2178521784
description: >
@@ -21788,14 +21787,14 @@ components:
2178821787
range:
2178921788
type: string
2179021789
description: >
21791-
The IPv6 range of addresses in this pool.
21790+
The IPv6 address of this range.
2179221791
example: '2600:3c01::'
2179321792
readOnly: true
2179421793
x-linode-cli-display: 1
2179521794
prefix:
2179621795
type: integer
2179721796
description: >
21798-
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2 <sup>prefix length</sup>.
21797+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
2179921798
example: 64
2180021799
x-linode-cli-display: 2
2180121800
region:

0 commit comments

Comments
 (0)