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
13 changes: 13 additions & 0 deletions components/schemas/dns/records/types/DnsRecordLinked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ allOf:
enable:
type: boolean
description: A boolean, where true represents this record will be paired with a TLS certificate automatically maintained by the platform.
challenge:
oneOf:
- type:
- string
description: |
The ACME challenge type used when obtaining and renewing the
TLS certificate for this record. `dns` requires the zone to
be hosted by Cycle; `http` validates over HTTP and does not.
If not set, the platform default is used.
enum:
- dns
- http
- type: "null"
geodns:
type: object
description: Options for the GeoDNS LINKED record feature.
Expand Down
Loading