Skip to content

[Update] Linode schema ipv6 #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17910,6 +17910,7 @@ components:
readOnly: true
ipv4:
type: array
format: ipv4
items:
type: string
example:
Expand All @@ -17926,11 +17927,13 @@ components:
x-linode-cli-display: 10
ipv6:
type: string
format: ipv6/128
nullable: true
description: >
This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not
This Linode's IPv6 SLAAC address. This address is specific to a Linode, and may not
be shared. If the Linode has not been assigned an IPv6 address, the return value will
be `null`.
example: 'c001:d00d::1234'
example: 'c001:d00d::1337/128'
readOnly: true
specs:
type: object
Expand Down