Closed pederhan closed 3 months ago
This PR fixes host ttl_remove by disabling stripping of None values from PATCH data.
host ttl_remove
None
Furthermore, steps have been taken to ensure we never send empty strings as TTL values, and instead preferring to send None to these nullable fields.
This PR fixes
host ttl_remove
by disabling stripping ofNone
values from PATCH data.Furthermore, steps have been taken to ensure we never send empty strings as TTL values, and instead preferring to send
None
to these nullable fields.