equinor / data-modelling-storage-service

Storage service for Data Modelling Tool
https://pypi.org/project/dmss-api/
MIT License
3 stars 2 forks source link

fix: update_document partially fails on required primitives #810

Closed awesthouse closed 8 months ago

awesthouse commented 8 months ago

Bug update_document even with flag partial_update fails on validation when primitives are required.

Expected behavior Should be allowed to update document with only changed fields (and type attribute?) and not have to also pass required primitives in payload so that it passes validation

Notes