Hello,
We have couple of web plugins that use metadata, When app#1 updates metadata it is stored in the below format
{
"metadata":{
"appID#1":{
"data":[
1,
2,
3
]
}
}
}
Let say we are updating metadata from another app, then its getting stored by removing the app#1’s metadata.
{
"metadata":{
"appID#2":{
"data":"
10,
11,
12
]
}
}
}
We couldn’t workaround the problem by supplying entire metadata(from both app’s), in which case below error appears
You can write metadata only for your app Id ‘3323453453454….’