curl --request PATCH \
--url https://livepeer.studio/api/asset/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "an updated name",
"storage": {
"ipfs": true
}
}'
curl --request PATCH \
--url https://livepeer.studio/api/asset/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "an updated name",
"storage": {
"ipfs": true
}
}'
curl --request PATCH \
--url https://livepeer.studio/api/asset/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "an updated name",
"storage": {
"ipfs": true
}
}'
Was this page helpful?