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 use $set operator in an UPDATE request if the value of an attribute is a JSON object with a key compounds by dots (".") the entity is UPDATED with the JSON object but nested in different subkeys split by the ".".
How to reproduce it
Steps to reproduce the behavior (as an example)
Bug description
When use
$set
operator in an UPDATE request if the value of an attribute is a JSON object with a key compounds by dots (".") the entity is UPDATED with the JSON object but nested in different subkeys split by the ".".How to reproduce it
Steps to reproduce the behavior (as an example)
Expected behavior
The entity is expected within the format which was sent.
The text was updated successfully, but these errors were encountered: