boundless-kite-76291
02/10/2023, 1:24 PM[
{
"op": "add",
"path": "/metadata_public",
"value": {"test":"test"}
},
{
"op": "add",
"path": "/metadata_admin",
"value": {"test":"test"}
}
]This adds the field in public correctly but ignores the operation in admin, without any error, it just does not do it
magnificent-energy-493
magnificent-energy-493
boundless-kite-76291
02/13/2023, 1:20 PMcurl --location --request PATCH 'http://127.0.0.1:4434/admin/identities/d7ab95bc-8b79-4ec0-b364-5811217420f9' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"op": "add",
"path": "/metadata_public",
"value": {"test":"test"}
},
{
"op": "add",
"path": "/metadata_admin",
"value": {"test":"test"}
}
]'