PATCH
/
api
/
v1
/
kms
/
keys
/
{keyId}

Path Parameters

keyId
string
required

The ID of the key to be updated.

Body

application/json
description
string

The updated description of this key.

Maximum length: 500
isDisabled
boolean

The flag to enable or disable this key.

name
string

The updated name of this key. Must be slug-friendly.

Required string length: 1 - 32

Response

200 - application/json
key
object
required