When testing the /nodes/{node}/lxc/{vmid}/config path for the API I noticed that a parse error is returned whenever the tags of a lxc instance are null.
Regardless of the error being returned the tags are updated correctly in both the null -> defined and defined -> null scenarios.
This same...