File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ As we don't have yet an use case to get a single feedback the main endpoint is n
2020Request body:
2121``` json
2222{
23- "e-mail " : " myemail@test.com" ,
23+ "email " : " myemail@test.com" ,
2424 "message" : " DSpace is the best!" ,
2525 "page" : " /home"
2626}
2727```
2828
2929The json body must be valid that mean
30- - e-mail must be provided
31- - message must be provided
30+ - ` email ` must be provided
31+ - ` message ` must be provided
3232
3333Return codes:
3434* 201 Created - if the operation succeed
35- * 400 Bad Request - if some of the fields e-mail or message is missing
36- * 404 Not found - if the property ' feedback.recipient' is not configured
35+ * 400 Bad Request - if some of the fields ` email ` or ` message ` is missing
36+ * 404 Not found - if the property ` feedback.recipient ` is not configured
You can’t perform that action at this time.
0 commit comments