Mission: CLOUD CODER
Task: Create an API service which writes to the database
I think I have implemented the business logic as required, but the mission it is not completed.
Screenshot: https://a.cl.ly/v1uxXjLX
Mission: CLOUD CODER
Task: Create an API service which writes to the database
I think I have implemented the business logic as required, but the mission it is not completed.
Screenshot: https://a.cl.ly/v1uxXjLX
Let’s take a look, here’s a side by side comparison between the login in the video and what you created:
Do you see the difference?
hint: take a look at the “return” connector
Ok,
fixed.
But still it does not let me complete the challenge. Here is the request.
curl --request POST \
--url 'https://api.backendless.com/79A5BE33-9B49-459A-FF51-A867D9C60D00/AFF3D37A-973F-4A81-BD7D-599793C9B316/services/OrderService/createOrder?=' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"orderName": "string1111",
"amount": 11110
}'
Need to change POST to PUT