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
Patch_data ignores empty arrays. This becomes issue when trying to remove all elements from specific model, like in the example, remove all items from order. I think patch_data should be in this situation {"items": []}, but it's actually just an empty dictionary.
Patch_data ignores empty arrays. This becomes issue when trying to remove all elements from specific model, like in the example, remove all items from order. I think patch_data should be in this situation
{"items": []}
, but it's actually just an empty dictionary.Here is a working example to reproduce the issue:
Is there anything that can be done to resolve this issue?
The text was updated successfully, but these errors were encountered: