diff --git a/src/content/docs/dns/manage-dns-records/how-to/import-and-export.mdx b/src/content/docs/dns/manage-dns-records/how-to/import-and-export.mdx index 8dd3def903ecaae..5c57c5c6a442bf2 100644 --- a/src/content/docs/dns/manage-dns-records/how-to/import-and-export.mdx +++ b/src/content/docs/dns/manage-dns-records/how-to/import-and-export.mdx @@ -5,7 +5,7 @@ sidebar: order: 9 --- -import { Render, TabItem, Tabs } from "~/components"; +import { Render, TabItem, Tabs, APIRequest } from "~/components"; Use import and export to have more control over your DNS records and make processes like migrating a domain or bulk editing [record comments](/dns/manage-dns-records/reference/record-attributes/) easier. @@ -37,6 +37,14 @@ To import a zone file using the dashboard: To import records using the API, send a [POST request](/api/resources/dns/subresources/records/methods/import/) with a properly [formatted file](#format-your-zone-file). + + --- @@ -58,6 +66,11 @@ To export records using the dashboard: To export records using the API, send a [GET request](/api/resources/dns/subresources/records/methods/export/). + + ---