Skip to content

Commit 07a81bc

Browse files
authored
Merge pull request #803 from linode/master
Hotfix v4.153.3-patch.1 (merge master into development)
2 parents d96dad9 + e54ade3 commit 07a81bc

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)