changedInput schema / properties / body / properties / content / description
Previous value: -""New value: +"DNS record content/value"
changedInput schema / properties / body / properties / name / description
Previous value: -""New value: +"DNS record name"
removedInput schema / properties / body / properties / priority
Removed value: -{
- "description": "",
- "type": "string"
-}
changedInput schema / properties / body / properties / proxied / description
Previous value: -""New value: +"Whether traffic is proxied through CloudFlare"
changedInput schema / properties / body / properties / proxied / type
Previous value: -"string"New value: +"boolean"
changedInput schema / properties / body / properties / ttl / description
Previous value: -""New value: +"TTL in seconds (1=auto)"
changedInput schema / properties / body / properties / ttl / type
Previous value: -"string"New value: +"integer"
changedInput schema / properties / body / properties / type / description
Previous value: -""New value: +"DNS record type (A, AAAA, CNAME, MX, TXT)"
removedInput schema / properties / credential_id
Removed value: -{
- "description": "Query parameter: credential_id",
- "type": "string"
-}
changedInput schema / required
Previous value: -[
- "zone_id",
- "body"
-]New value: +[
+ "zone_id"
+]