Create RdataAsk AIpost https://api.noip.com/v1/dns/records/{zone_name}/{name}/rrsets/{dns_type}/rdataCreate records of a given type in a name. If the name did not exist, the name will also be created,Path Paramszone_namestringrequiredThe name of the zone.namestringrequiredThe DNS name, not including the zone portion.dns_typestringenumrequiredDNS name type supported by APIAAAAACAACNAMEMXNSSRVTXTPTR_URLShow 10 enum valuesBody ParamsADD objectResponses 201resource created 400Multiple error variants are possible: DNS hostname contains too many labels (code: 2324) Rdata labels must be unique in an RRset (code: 2008) a label contains characters not in the allowed character set (code: 3284) a wildcard label must be the terminal label in a name (code: 3893) duplicated update groups for rrset (code: 4344) invalid Rdata label (code: 4819) invalid format for Rdata (code: 2839) invalid format for URL redirect (code: 3564) invalid name in Rdata (code: 4659) label is required for rdata update group targets (code: 4945) operation violates DNS rules (code: 3363) the parent of a wildcard cannot be an empty nonterminal node (code: 3624) unsupported DNS record type (code: 3252) update group target dns type must be either A, AAAA or _URL (code: 3325) 401unauthorized (code: 2465) 402Multiple error variants are possible: DNS names are over limit; please contact support (code: 3354) RRset metadata over limit; please contact support (code: 4556) Rdata count is over limit; please contact support (code: 4428) dns name metadata over limit; please contact support (code: 2218) 403Multiple error variants are possible: DNS types disallowed (code: 2051) changing this DNS name is prohibited; please contact support (code: 4821) changing this Rdata is forbidden (code: 2730) changing this zone is prohibited; please contact support (code: 3903) creating Rdata in this zone is forbidden (code: 4635) creating a DNS name in this zone is forbidden (code: 3331) creating this RRset is forbidden (code: 4403) new names cannot be created in this zone (code: 2784) not allowed (code: 4748) only auto-generated Rdata labels may start with an underscore (code: 4555) only the zone owner may create this record (code: 4365) operation only available via the website (code: 4786) updating this DNS update group is forbidden (code: 4127) wildcards in labels are restricted (code: 4072) 404zone not found (codes: 2510, 2728) 409Multiple error variants are possible: DNS name already exists (code: 4285) DNS name is already owned (code: 3424) Rdata value already exists (code: 2722) conflicting target already exists in a group (code: 3311) target already exists (code: 3676) Updated 27 days ago