Skip to content

Commit e54ade3

Browse files
authored
Merge pull request #802 from bbiggerr/fix/networking-info-ipv6-global
[Fix] Networking Information List response schema
2 parents 35be146 + 87e4d09 commit e54ade3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7807,7 +7807,11 @@ paths:
78077807
slaac:
78087808
$ref: '#/components/schemas/IPAddressV6Slaac'
78097809
global:
7810-
$ref: '#/components/schemas/IPv6Range'
7810+
type: array
7811+
items:
7812+
$ref: '#/components/schemas/IPv6Range'
7813+
description: |
7814+
A list of IPv6 range objects assigned to this Linode.
78117815
default:
78127816
$ref: '#/components/responses/ErrorResponse'
78137817
x-code-samples:

0 commit comments

Comments
 (0)