You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point I'm not sure what did I do wrong.
I tried to trace back inside api-bundle but could not even find proper customers.yaml within routes
How to reproduce
Use route /api/v1/customers/create.
Use method POST
Send as JSON the following parameters : firstName, lastName, email, contactNumber and isActive (boolean)
For example
Description
Got error 500 on using /api/v1/customers/create , method POST
This is the result
At this point I'm not sure what did I do wrong.
I tried to trace back inside api-bundle but could not even find proper customers.yaml within routes
How to reproduce
Use route /api/v1/customers/create.
Use method POST
Send as JSON the following parameters : firstName, lastName, email, contactNumber and isActive (boolean)
For example
Thanks
The text was updated successfully, but these errors were encountered: