Skip to content

Commit 66b4019

Browse files
committed
Cleaned up example v6 addresses
Made all example v6 addresses valid and correct where they're used.
1 parent 063fdf2 commit 66b4019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15264,7 +15264,7 @@ components:
1526415264
type: string
1526515265
description: >
1526615266
The IPv6 range of addresses in this pool.
15267-
example: '2600:3c01::02:5000::'
15267+
example: '2600:3c01::2:5000:0'
1526815268
readOnly: true
1526915269
x-linode-cli-display: 1
1527015270
prefix:
@@ -15286,7 +15286,7 @@ components:
1528615286
type: string
1528715287
description: >
1528815288
The last address in this block of IPv6 addresses.
15289-
example: '2600:3c01::02:5000::ca72'
15289+
example: '2600:3c01::2:5000:f'
1529015290
nullable: true
1529115291
IPv6Range:
1529215292
type: object
@@ -15297,7 +15297,7 @@ components:
1529715297
type: string
1529815298
description: >
1529915299
The IPv6 range of addresses in this pool.
15300-
example: '2600:3c01::02:5000::'
15300+
example: '2600:3c01::'
1530115301
readOnly: true
1530215302
x-linode-cli-display: 1
1530315303
prefix:
@@ -15318,7 +15318,7 @@ components:
1531815318
type: string
1531915319
description: >
1532015320
The last address in this block of IPv6 addresses.
15321-
example: '2600:3c01::02:5000::ca72'
15321+
example: '2600:3c01::ffff:ffff:ffff:ffff'
1532215322
nullable: true
1532315323
Kernel:
1532415324
type: object

0 commit comments

Comments
 (0)