File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -4002,12 +4002,9 @@ paths:
4002
4002
readOnly : true
4003
4003
shared :
4004
4004
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).
4010
4005
readOnly : true
4006
+ items :
4007
+ $ref : ' #/components/schemas/IPAddress'
4011
4008
ipv6 :
4012
4009
type : object
4013
4010
description : >
@@ -4019,12 +4016,7 @@ paths:
4019
4016
slaac :
4020
4017
$ref : ' #/components/schemas/IPAddressV6Slaac'
4021
4018
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'
4028
4020
default :
4029
4021
$ref : ' #/components/responses/ErrorResponse'
4030
4022
x-code-samples :
You can’t perform that action at this time.
0 commit comments