Feedback
Feedback
Feedback
A feedback is an information about reactions to a product that is used as a basis for improvement.
Attributes
Name
Type
Description
Example
string
the email of the user that sends the feedback
"example"
id
integer
unique identifier of the feedback
42
name
string
the name of the user that sends the feedback
"example"
negatives
string
the negatives feedback from the user
"example"
positives
string
the positives feedback from the user
"example"
Feedback Create
Create a new feedback
POST /feedbackOptional Parameters
Name
Type
Description
Example
string
the email of the user that sends the feedback
"example"
id
integer
unique identifier of the feedback
42
name
string
the name of the user that sends the feedback
"example"
negatives
string
the negatives feedback from the user
"example"
positives
string
the positives feedback from the user
"example"
Curl Example
Response Example
Last updated