curl --request PATCH \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>",
}'
curl --request PATCH \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>",
}'
curl --request PATCH \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>",
}'
Was this page helpful?