Skip to content
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
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13449,9 +13449,8 @@ components:
- master
- slave
description: >
If this Domain represents the authoritative source of information for
the domain it describes, or if it is a read-only copy of a master
(also called a slave).
Whether this Domain represents the authoritative source of information for the domain
it describes ("master"), or whether it is a read-only copy of a master ("slave").
example: master
x-linode-cli-display: 3
domain:
Expand Down Expand Up @@ -13500,7 +13499,7 @@ components:
type: string
format: email
description: >
Start of Authority email address. This is required for master
Start of Authority email address. This is required for `type` master
Domains.
example: admin@example.org
x-linode-cli-display: 5
Expand All @@ -13518,7 +13517,8 @@ components:
type: string
format: ip
description: >
The IP addresses representing the master DNS for this Domain.
The IP addresses representing the master DNS for this Domain. At least one value is
required for `type` slave Domains.
example: []
axfr_ips:
type: array
Expand Down