Feedback
Feedback
Feedback
Attributes
Feedback Create
POST /feedbackOptional Parameters
Curl Example
Response Example
Last updated
POST /feedbackLast updated
$ curl -n -X POST https://production-room-api.herokuapp.com/feedback \
-d '{
"id": 42,
"name": "example",
"email": "example",
"positives": "example",
"negatives": "example"
}' \
-H "Content-Type: application/json"HTTP/1.1 201 Creatednull