Skip to content
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

Release 4.144.1 #759

Merged
merged 9 commits into from
Feb 6, 2023
24 changes: 16 additions & 8 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.143.2
version: 4.144.1

title: Linode API
description: |
Expand Down Expand Up @@ -6120,8 +6120,10 @@ paths:
- oauth:
- domains:read_write
summary: Domain Record Create
description: >
description: |
Adds a new Domain Record to the zonefile this Domain represents.

Each domain can have up to 12,000 active records.
operationId: createDomainRecord
x-linode-cli-action: records-create
requestBody:
Expand Down Expand Up @@ -19292,7 +19294,7 @@ components:
schema:
type: integer
minimum: 25
maximum: 100
maximum: 500
default: 100
links:
bootLinode:
Expand Down Expand Up @@ -20970,7 +20972,7 @@ components:

`A` and `AAAA`: The hostname or FQDN of the Record.

`NS`: The subdomain, if any, to use with the Domain of the Record.
`NS`: The subdomain, if any, to use with the Domain of the Record. Wildcard NS records (`*`) are not supported.

`MX`: The mail subdomain. For example, `sub` for the address `user@sub.example.com` under the `example.com`
Domain. Must be an empty string (`""`) for a Null MX Record.
Expand Down Expand Up @@ -25887,12 +25889,18 @@ components:
description: The unique ID of this Region.
example: us-east
x-linode-cli-display: 1
label:
type: string
description: Detailed location information for this Region, including city, state or region, and country.
example: Newark, NJ, USA
readOnly: true
x-linode-cli-display: 2
country:
type: string
description: The country where this Region resides.
example: us
readOnly: true
x-linode-cli-display: 2
x-linode-cli-display: 3
capabilities:
type: array
items:
Expand All @@ -25905,7 +25913,7 @@ components:
- Block Storage
- Object Storage
readOnly: true
x-linode-cli-display: 3
x-linode-cli-display: 4
status:
type: string
description: >
Expand All @@ -25915,11 +25923,11 @@ components:
- ok
- outage
readOnly: true
x-linode-cli-display: 4
x-linode-cli-display: 5
resolvers:
type: object
readOnly: true
x-linode-cli-display: 5
x-linode-cli-display: 6
properties:
ipv4:
type: string
Expand Down