Skip to content

Don't send null values when updating batch

Jo Sama requested to merge dont-send-null-values-when-updating-batch into master

The Setra API does not accept null values for attributes, but it accepts that the attribute is omitted. We should probably accept null values for fields in order to avoid obscure bugs like this, but it does not hurt to omit the values.

At least we use less of the bandwidth! :)

Merge request reports