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
Expected behavior
It has to store all the keys as they are, without any string modifications. The resulting metadata of the above call, when getting the object has to be the following:
{
"key": "val",
"key1": "val1"
}
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a new object with metadata, the action stores metadata keys first letter capitalized.
To Reproduce
*Result
Expected behavior
It has to store all the keys as they are, without any string modifications. The resulting metadata of the above call, when getting the object has to be the following:
The text was updated successfully, but these errors were encountered: