From 20e1b506aafc2d5fb5c8f870c0891ee536202f7b Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 21 Jul 2026 14:33:42 -0700 Subject: [PATCH] add tls challenge to linked record details --- .../schemas/dns/records/types/DnsRecordLinked.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/components/schemas/dns/records/types/DnsRecordLinked.yml b/components/schemas/dns/records/types/DnsRecordLinked.yml index 7cd500e0..bc8f7db4 100644 --- a/components/schemas/dns/records/types/DnsRecordLinked.yml +++ b/components/schemas/dns/records/types/DnsRecordLinked.yml @@ -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.