unioslo / mreg-cli

Command Line Interface for Mreg
GNU General Public License v3.0
2 stars 7 forks source link

Fix `host ttl_remove` #282

Closed pederhan closed 3 months ago

pederhan commented 3 months ago

This PR fixes host ttl_remove by disabling stripping of None 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.