Set rdata by labelCopy Pageput https://api.noip.com/v1/dns/records/{zone_name}/{name}/rrsets/{dns_type}/rdata/{label}Creates or updates a record in a dns name, with an specified label.Path Paramszone_namestringrequiredThe name of the zone.namestringrequiredThe DNS name, not including the zone portion.dns_typestringenumrequiredDNS name type supported by APIAAAAACAACNAMEMXNSSRVTXTPTR_URLALIASShow 11 enum valueslabelstringrequiredA label for this Rdata that uniquely identifies it within its RRSetBody ParamsRdata valuevaluestringrequiredRdata valueResponses 200resource not changed 201resource created 202resource updated 400Multiple error variants are possible: Rdata labels must be unique in an RRset (code: 2008) duplicated update groups for rrset (code: 4344) invalid ALIAS record (code: 4159) invalid CNAME record (code: 4659) invalid DNS update group (code: 3315) invalid NS record (code: 3111) invalid PTR record (code: 4619) invalid Rdata label (code: 4819) invalid format for Rdata (code: 2839) invalid format for URL redirect (code: 3564) label is required for rdata update group targets (code: 4945) operation violates DNS rules (code: 3363) 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: RRset metadata over limit; please contact support (code: 4556) Rdata count is over limit; please contact support (code: 4428) 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 this RRset is forbidden (code: 4403) not allowed (code: 4748) only auto-generated Rdata labels may start with an underscore (code: 4555) operation only available via the website (code: 4786) 404Multiple error variants are possible: DNS name not found (code: 4809) zone not found (code: 2510) zone not shared (code: 2728) 409Rdata value already exists (code: 2722) 422alias points to name outside the zone (code: 4145)Updated about 1 month ago Create RdataDelete rdata by labelDid this page help you?YesNo