Skip to content

Commit f2635dc

Browse files
authored
Merge pull request #757 from bbiggerr/domain-record-limit
Add Domain record limit to Domain Create
2 parents 7532af6 + 4b1332b commit f2635dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -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.

0 commit comments

Comments
 (0)