hostinger-api-mcp

Official

DNS_validateZoneRecordsV1

Validate DNS records for a domain before updating to ensure accuracy and prevent errors. If successful, returns 200 Success; if validation fails, returns 422 Validation error.

Instructions

This endpoint used to validate DNS records prior update for the selected domain.

If the validation is successful, the response will contain 200 Success code. If there is validation error, the response will fail with 422 Validation error code.

Input Schema

NameRequiredDescriptionDefault
domainYesDomain name
overwriteNoIf `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created.
zoneYeszone property

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain name", "type": "string" }, "overwrite": { "description": "If `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created.", "type": "boolean" }, "zone": { "description": "zone property", "type": "array" } }, "required": [ "domain", "zone" ], "type": "object" }

You must be authenticated.

Other Tools from hostinger-api-mcp

Related Tools

ID: wckq3bznm6