We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96dad9 commit 87e4d09Copy full SHA for 87e4d09
1 file changed
openapi.yaml
@@ -7807,7 +7807,11 @@ paths:
7807
slaac:
7808
$ref: '#/components/schemas/IPAddressV6Slaac'
7809
global:
7810
- $ref: '#/components/schemas/IPv6Range'
+ type: array
7811
+ items:
7812
+ $ref: '#/components/schemas/IPv6Range'
7813
+ description: |
7814
+ A list of IPv6 range objects assigned to this Linode.
7815
default:
7816
$ref: '#/components/responses/ErrorResponse'
7817
x-code-samples:
0 commit comments