pin_update
/api/v0/pin/update
REQUEST
curl "https://ipfs.krypc.io:5001/api/v0/pin/update?arg=<from-path>&arg=<to-path>&unpin=true" \
-X POST \
-u "<API_KEY>:<API_KEY_SECRET>"RESPONSE
{
"Pins": [
"string"
]
}Last updated
Was this helpful?