Keys

Upsert a Key

Create or Update Key using ID or name.

put/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 upserted 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