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
I'm using the above JSON in the call and after the call to the registration with the PATCH method the registration no longer has a Username, Language or Roles.
As far as I know the Patch should only update the values provided and to remove a value you need to pass that in the JSON and set it to null.
The same process seems to work OK on Patching an Application from what I can tell. So what is going wrong with the patching of the Registration?
The text was updated successfully, but these errors were encountered:
Hi,
I'm having an issue Patching a Registration.
{ "registration":{ "applicationId": "9d830621-2853-404f-9e11-47167fb643cf", "data": { "MMConnector" : { "value1" : "abc", "value2" : "test" } } } }
I'm using the above JSON in the call and after the call to the registration with the PATCH method the registration no longer has a Username, Language or Roles.
As far as I know the Patch should only update the values provided and to remove a value you need to pass that in the JSON and set it to null.
The same process seems to work OK on Patching an Application from what I can tell. So what is going wrong with the patching of the Registration?
The text was updated successfully, but these errors were encountered: