agreeable-beard-96538
01/05/2023, 9:31 AMOne of "add", "remove", "replace", "move", "copy", or "test".but when I tried to do a "test", I got a Bad Request. Looking at the code (in ory/x/jsonx/patch.go), the only supported operations seem to be:
var opAllowList = map[string]struct{}{
"add": {},
"remove": {},
"replace": {},
}
should this be extended to match the docs, or should the docs only mention those 3 operations?magnificent-energy-493