Access control
Update a signing key
PATCH
/
access-control
/
signing-key
/
{keyId}
Authorization
Path
Body
curl --request PATCH \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>"
}'
This response has no body data.
Authorizations
Authorization
string
headerrequiredBearer api-key
Path Parameters
keyId
string
requiredID of the signing key
Body
application/json
disabled
boolean
name
string
Was this page helpful?
curl --request PATCH \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>"
}'
This response has no body data.