set_parking
ActiveTool of run.domani/domani
Enable or disable the parking page for a domain you own. When enabled, visitors to the domain see a default parking page (or a 'For Sale' page if a listing price is set). Parking is enabled by default for newly purchased domains. IMPORTANT: If the domain has existing DNS records, the response will include requires_confirmation=true and show the records that will be overwritten. You MUST inform the user and get their approval before calling again with confirm=true.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"enabled"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain to configure, e.g. example.com"
},
"confirm": {
"type": "boolean",
"description": "Set to true to confirm overwriting existing DNS records. Only needed when the first call returns requires_confirmation=true."
},
"enabled": {
"type": "boolean",
"description": "true to enable the parking page, false to disable it"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries