ipfs-cluster/api/rest
Kishan Sagathiya c0b8301525 Fix #854: 404 on deleting a pin that isn't part of pinset (#854)
With this commit
- If cid in `DELETE /pins/{cid}` isn't part of the pinset, it would
return 404
- If path in `DELETE /pins/{keyType}/{path}` resolves to a cid that
isn't part of the pinset, it would return 404
2019-07-29 13:26:53 +02:00
..
client Improve pin/unpin method signatures (#843) 2019-07-22 15:39:11 +02:00
test Issue #162: Add tests for rest.Config 2017-10-19 20:49:18 +02:00
config_test.go Fix #853: Make a more orderly shutdown of rest api libp2p host (#855) 2019-07-26 17:32:11 +02:00
config.go JSON Config object key should match JSON tags 2019-07-15 17:47:35 +05:30
restapi_test.go Fix #854: 404 on deleting a pin that isn't part of pinset (#854) 2019-07-29 13:26:53 +02:00
restapi.go Fix #854: 404 on deleting a pin that isn't part of pinset (#854) 2019-07-29 13:26:53 +02:00