fusionauth-netcore-client icon indicating copy to clipboard operation
fusionauth-netcore-client copied to clipboard

Patch Registration Issue

Open MMJM opened this issue 4 years ago • 2 comments

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?

MMJM avatar Mar 09 '21 23:03 MMJM

I think this is https://github.com/FusionAuth/fusionauth-issues/issues/667

mooreds avatar Mar 09 '21 23:03 mooreds

@synedra This has been fixed.

ColinFrick avatar Feb 25 '25 14:02 ColinFrick