DNSZones
Import Zone
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*string
Request Body
application/json
data*string
Zone data in text format
dry_run?boolean|null
Dry run
Default
falsedelete?boolean|null
Delete records not in import
Default
falseResponse Body
application/json
curl -X POST "https://api.misaka.io/v3/dns/zones/string/import" \ -H "Content-Type: application/json" \ -d '{ "data": "string" }'{
"dry_run": true,
"created": 0,
"updated": 0,
"deleted": 0
}How is this guide?
Last updated on