delete a chart that does not exists should return 404
Open
- Dominant language
- Go
- Stars
- 3.8k
- Forks
- 407
- PR merge metrics
- No merged PRs in 30d
Description
When I try to delete a chart
```
curl -XDELETE http://192.168.1.1:8080/api/charts/mychart/1.2.3
```
It always returns `{"deleted":true}` even if the chart does not exists. I think it should return 404.
My chartmuseum version is 0.11.0 (build 2b6b47d) and I use S3 as backend storage.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.