Hello I have an create function in an entity and it have 2 field name, age
So if i want to create a new record i have to fill both field, and it working correctly.
But if i use postman and send the POST api with only name field and the result is still successful (Status 200)
I'm curious to see if there is a solution to send Field required together in the API.
So if i want to create a new record i have to fill both field, and it working correctly.
But if i use postman and send the POST api with only name field and the result is still successful (Status 200)
I'm curious to see if there is a solution to send Field required together in the API.
Comment