Keys

Update a Key

Update a Key

patch/keys/{KeyIdOrName}

Request body

created_atinteger

Unix epoch when the resource was created.

idstring
jwkstring

A JSON Web Key represented as a string.

kidstring

A unique identifier for a key.

namestring

The name to associate with the given keys.

tagsstring[]

An optional set of strings associated with the Key for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Response

Successfully updated Key

created_atinteger

Unix epoch when the resource was created.

idstring
jwkstring

A JSON Web Key represented as a string.

kidstring

A unique identifier for a key.

namestring

The name to associate with the given keys.

tagsstring[]

An optional set of strings associated with the Key for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Changes