DNSReverse DNS
Batch Update PTR Records
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Request Body
application/json
ptrs*
PTR records mapping IP to hostname
Response Body
application/json
curl -X POST "https://api.misaka.io/v3/dns/ptrs/batch" \ -H "Content-Type: application/json" \ -d '{ "ptrs": { "property1": "string", "property2": "string" } }'{
"updated": {
"property1": "string",
"property2": "string"
},
"failed": {
"property1": "string",
"property2": "string"
}
}How is this guide?
Last updated on