Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST #3

Closed
NaturesProphet opened this issue Jul 10, 2018 · 1 comment
Closed

POST #3

NaturesProphet opened this issue Jul 10, 2018 · 1 comment

Comments

@NaturesProphet
Copy link

NaturesProphet commented Jul 10, 2018

Hello,
nice job dude!

i have a problem with the POST route.
i'm trying to send a json to the POST endpoint using the Postman app, the json looks like this:
{
"login": "nature",
"senha": "123",
"nome": "Nature"
}

but i receive a 400 error saying this:
{
"statusCode": 400,
"error": "Bad Request",
"message": "null value in column "login" violates not-null constraint"
}

it looks like the json that i'm trying to send is not being understood by the app server.
Can you help ?

PS: the other endpoints (GET) are working pretty well

@michaelyali
Copy link
Member

@NaturesProphet there is a major update, please try the new version, please. Closing this for now.

Darkein pushed a commit to Darkein/crud that referenced this issue Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants