Ask Your Question
2

Although PUT Response is 200 OK, the MySQL Database contains missing or null data.

asked 2023-06-29 10:32:28 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-29 11:02:01 +0000

david gravatar image

This indicates that there is an issue with the data being sent to the database, which is resulting in missing or null values. The PUT request was successful in that it was able to reach the database and update the data, but the data itself is incomplete or incorrect. The issue could be with the formatting of the data or with the validation rules set up in the database. The next step is to investigate the cause of the issue and correct the data in the database.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-29 10:32:28 +0000

Seen: 11 times

Last updated: Jun 29 '23