Key Encryption Keys (v1)

Alters a kek

put/dek-registry/v1/keks/{name}

Path parameters

namestring required

Name of the kek

Query parameters

testSharingboolean

Whether to test kek sharing

Request body

kmsPropsobject

Properties of the kek

docstring

Description of the kek

sharedboolean

Whether the kek is shared

Example request

{
  "kmsProps": {
    "key": "kmsProps"
  },
  "shared": true,
  "doc": "doc"
}

Response

The update response

Changes

No recorded changes to this endpoint across all 4 revisions of this API.