Skip to content

Commit 18d12e3

Browse files
authored
Merge pull request #759 from linode/release-4.144.1
Release 4.144.1
2 parents 30e38a8 + d8f5059 commit 18d12e3

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

openapi.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.143.2
3+
version: 4.144.1
44

55
title: Linode API
66
description: |
@@ -6120,8 +6120,10 @@ paths:
61206120
- oauth:
61216121
- domains:read_write
61226122
summary: Domain Record Create
6123-
description: >
6123+
description: |
61246124
Adds a new Domain Record to the zonefile this Domain represents.
6125+
6126+
Each domain can have up to 12,000 active records.
61256127
operationId: createDomainRecord
61266128
x-linode-cli-action: records-create
61276129
requestBody:
@@ -19292,7 +19294,7 @@ components:
1929219294
schema:
1929319295
type: integer
1929419296
minimum: 25
19295-
maximum: 100
19297+
maximum: 500
1929619298
default: 100
1929719299
links:
1929819300
bootLinode:
@@ -20970,7 +20972,7 @@ components:
2097020972

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

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

2097520977
`MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com`
2097620978
Domain. Must be an empty string (`""`) for a Null MX Record.
@@ -25887,12 +25889,18 @@ components:
2588725889
description: The unique ID of this Region.
2588825890
example: us-east
2588925891
x-linode-cli-display: 1
25892+
label:
25893+
type: string
25894+
description: Detailed location information for this Region, including city, state or region, and country.
25895+
example: Newark, NJ, USA
25896+
readOnly: true
25897+
x-linode-cli-display: 2
2589025898
country:
2589125899
type: string
2589225900
description: The country where this Region resides.
2589325901
example: us
2589425902
readOnly: true
25895-
x-linode-cli-display: 2
25903+
x-linode-cli-display: 3
2589625904
capabilities:
2589725905
type: array
2589825906
items:
@@ -25905,7 +25913,7 @@ components:
2590525913
- Block Storage
2590625914
- Object Storage
2590725915
readOnly: true
25908-
x-linode-cli-display: 3
25916+
x-linode-cli-display: 4
2590925917
status:
2591025918
type: string
2591125919
description: >
@@ -25915,11 +25923,11 @@ components:
2591525923
- ok
2591625924
- outage
2591725925
readOnly: true
25918-
x-linode-cli-display: 4
25926+
x-linode-cli-display: 5
2591925927
resolvers:
2592025928
type: object
2592125929
readOnly: true
25922-
x-linode-cli-display: 5
25930+
x-linode-cli-display: 6
2592325931
properties:
2592425932
ipv4:
2592525933
type: string

0 commit comments

Comments
 (0)