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
headerrequired

Bearer api-key

Path Parameters

keyId
string
required

ID of the signing key

Body

application/json
disabled
boolean
name
string