Skip to main content

Validate zone modifications

This endpoint allows you to validate all the modifications you have made to the zone and which have not yet been validated.

Endpoint

POST /dns/v3/zones/{zonename}/validate

Parameters

NameLocationRequiredTypeDefault valueDescription
zonenameURLYesStringThe zone name
include_other_users_changesURLNoBooleanfalseValidate all modifications not yet validated, including those made by other users.

Response

A success message

Example Request

POST /dns/v3/zones/example.com/validate?include_other_users_changes=true

Example Response

{
"message": "OK"
}