You're viewing a demo portfolio

Join the waitlist
PRSM

set_parking

Active

Tool of run.domani/domani

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →