Data
Check whether the dataset is announced to the DHT and served to peers.
get/data/{cid}/advertise
Path parameters
cidstring required
Content Identifier as specified at https://github.com/multiformats/cid
Example:QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N
Dataset to be checked.
Response
Advertise state of the dataset
Example response
{
"cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N"
}Changes
Changed in 1 of the 53 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○