Skip to main content
function createOrPatchDNSRecord
import { createOrPatchDNSRecord } from "https://deno.land/x/masx200_deno_cloudflare_ddns@1.1.0/createOrPatchDNSRecord.ts";

Parameters

unnamed 0: { content?: string; api_token: string; ttl: number; zone_id: string; dns_name: string; dns_type: string; proxied?: boolean; } & Partial<DNSRecord>