Skip to content

Handling of empty values

jsangmeister edited this page Jan 14, 2021 · 1 revision

The backend follows the schema of null == undefined. When creating a model, null-fields will be ignored (the same way as if they hadn't been sent). The only exception from this rule is when one updates a model: Then, null/None can be given to explicitly delete the field. This is forbidden for required fields.

Clone this wiki locally