allieIsOkay / allieIsOkay/quantified-self-api
Add food delete endpoint
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
As a user,
I should be able to specific food item using a DELETE request to the endpoint /api/v1/foods/:id, where the ID is a valid food item in the system.
The response should return a 204 status and no body in for a successful response.
In the event of a request for a food item that does not exist in the system, the application should return a 404 and a message body like below:
```
{
"message": "Error: Food not found"
}
```
- [x] Tested
- [x] Documented
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.