Skip to main content
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
		}
	}'