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
{code: Number,data: object}// the data object will contain the order number to be stored in the state object.
POST /feedback
Request body
{orderId: Number,email:String,feedback: String}
Respose body
{code: Number}
The text was updated successfully, but these errors were encountered:
ahmedisam99
added
Backend
This issue/PR is related to Backend project
EPIC
This is a general issue that will be later divided into several technical issues
labels
Sep 19, 2019
Schema
All the responses will follow the following schema:
Routes
The following routes will be prefixed with
/api/v1
/meals?category=
:request header will contain the category name
the response body will follow the following schema
/login
: the request body will follow the following schema/order
Request body:
Response body:
/feedback
Request body
Respose body
The text was updated successfully, but these errors were encountered: