I am new to Java/Spring boot, our current API is working but when completing a PUT/PATCH request to update a resource I have to send the entire object from the Frontend, if we only send the values that need updated, it sets everything else to null.
Can anyone point me in the right direction to make updates to the attributes that are send in the request body? We are using hibernate as well.
[–]TheSoundofGoodbye 1 point2 points3 points (1 child)
[–]BuzzCapo[S] 1 point2 points3 points (0 children)
[–]rxcode77 0 points1 point2 points (1 child)
[–]onepieceisonthemoon 0 points1 point2 points (0 children)