Skip to content

[UPDATE] GET /regions/{regionID} #304

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
Aug 12, 2020
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
17 changes: 17 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17910,6 +17910,23 @@ components:
- outage
readOnly: true
x-linode-cli-display: 4
resolvers:
type: object
readOnly: true
x-linode-cli-display: 5
properties:
ipv4:
type: string
description: >
The IPv4 addresses for this region's DNS resolvers, separated by commas.
example: "192.0.2.0,192.0.2.1"
readOnly: true
ipv6:
type: string
description: >
The IPv6 addresses for this region's DNS resolvers, separated by commas.
example: "2001:0db8::,2001:0db8::1"
readOnly: true
RescueDevices:
type: object
properties:
Expand Down