Closed JoshTheHero closed 2 months ago
Can you please provide additional recreate steps please? For example, how are you using PATCH
- what Content-Type
are you using? This will be important to the behavior of the API.
Please provide example JSON request bodies that you have used to test. Please re-open once you have added that additional detail. Thanks!
PATCH /api/user/registration calls clear out registration.data fields
Description
When you make a PATCH call to update user registration, it wipes out the fields in registration.data. I only updated other fields in the call such as roles but it would clear out the registration.data
Observed versions
1.51.2 and 1.52.1
Affects versions
Steps to reproduce
Expected behavior
For the registration.data fields to be unaffected after making a PATCH call that does not update them.
Screenshots
Platform
Using Insomnia for the API calls on a FA Cloud instance.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Add any other context about the problem here.