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
| Name | Location | Required | Type | Default value | Description |
|---|---|---|---|---|---|
| zonename | URL | Yes | String | The zone name | |
| include_other_users_changes | URL | No | Boolean | false | Validate 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"
}