You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When HTTP PUT is sent, all of the key-value pairs are updated, rather than updating just the ones that we want.
CRUDMixin.update seems to be interfering with Flask-Marshmellow, whereby the entire record is having fields not specified in the initial update to null-values.
The text was updated successfully, but these errors were encountered:
When HTTP PUT is sent, all of the key-value pairs are updated, rather than updating just the ones that we want.
CRUDMixin.update seems to be interfering with Flask-Marshmellow, whereby the entire record is having fields not specified in the initial update to null-values.
The text was updated successfully, but these errors were encountered: