i am making an api for PUT request. Some fields in database is nullable. I found that it seems ok to have null value in POST request, but when I use PUT request it doesn't work.I do not want to use PATCH since I want to update the whole set of values(even it is null).How can i fix this question?
Asked
Active
Viewed 77 times