DNSZonesSettings
Update Zone Settings
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*Domain
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/v3/dns/zones/string/settings" \ -H "Content-Type: application/json" \ -d '{}'{ "id": 0, "name": "string", "friendly_name": "string", "comment": "string", "email": "string", "alias_of": "string", "expiry": 0, "nxdomain_ttl": 0, "default_ttl": 0, "refresh": 0, "retry": 0, "serial": 0, "managed_soa": true, "managed_acme": true, "enabled": true, "propagated": true}How is this guide?
Last updated on