Skip to content

Commit 81fc76e

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request #70 from jsager/fix-strings
Changed a few ipv6 pool examples to show shared and global
2 parents e10ace5 + addaa06 commit 81fc76e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

openapi.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4002,12 +4002,9 @@ paths:
40024002
readOnly: true
40034003
shared:
40044004
type: array
4005-
items:
4006-
type: object
4007-
description: >
4008-
A list of IP Address objects that are shared with this Linode
4009-
(this Linode may bring up the address, but does not own it).
40104005
readOnly: true
4006+
items:
4007+
$ref: '#/components/schemas/IPAddress'
40114008
ipv6:
40124009
type: object
40134010
description: >
@@ -4019,12 +4016,7 @@ paths:
40194016
slaac:
40204017
$ref: '#/components/schemas/IPAddressV6Slaac'
40214018
global:
4022-
type: array
4023-
items:
4024-
type: string
4025-
description: >
4026-
A list of global pools or ranges this Linode may bring up.
4027-
readOnly: true
4019+
$ref: '#/components/schemas/IPv6Pool'
40284020
default:
40294021
$ref: '#/components/responses/ErrorResponse'
40304022
x-code-samples:

0 commit comments

Comments
 (0)