Add DNS records
eurodns_dns_add_recordsAdd DNS records to a zone and save them instantly without validation. Returns the updated zone with existing records intact.
Instructions
Appends records to a zone and saves immediately, without the validation step, returning the saved zone. Use eurodns_dns_upsert_record instead when you want the change validated first, or when the record may already exist and should be updated rather than duplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The records to append, each with type, host, rdata and optionally a ttl from the allowed list. Existing records are kept. | |
| domainName | Yes | Name of the zone, e.g. example.com: a domain whose DNS is hosted here. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |