Skip to content

Commit

Permalink
Merge pull request #802 from bbiggerr/fix/networking-info-ipv6-global
Browse files Browse the repository at this point in the history
[Fix] Networking Information List response schema
  • Loading branch information
bbiggerr committed May 22, 2023
2 parents 35be146 + 87e4d09 commit e54ade3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7807,7 +7807,11 @@ paths:
slaac:
$ref: '#/components/schemas/IPAddressV6Slaac'
global:
$ref: '#/components/schemas/IPv6Range'
type: array
items:
$ref: '#/components/schemas/IPv6Range'
description: |
A list of IPv6 range objects assigned to this Linode.
default:
$ref: '#/components/responses/ErrorResponse'
x-code-samples:
Expand Down

0 comments on commit e54ade3

Please sign in to comment.