{
"action": "block",
"entries": [
{
"content": "QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB",
"description": "this is my content list entry",
"type": "cid"
}
]
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/zones//web3/hostnames//ipfs_universal_path/content_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "block",
"entries": [
{
"content": "QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB",
"description": "this is my content list entry",
"type": "cid"
}
]
}'
{
"errors": [],
"messages": [],
"result": {
"action": "block"
},
"success": true
}