KeySets

Update a KeySet

Update a KeySet

patch/key-sets/{KeySetIdOrName}

Request body

created_atinteger

Unix epoch when the resource was created.

idstring nullable
namestring nullable
tagsstring[]
updated_atinteger

Unix epoch when the resource was last updated.

Example request

{
  "id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
  "name": "example-key-set",
  "tags": [
    "idp-keys"
  ]
}

Response

Successfully updated KeySet

created_atinteger

Unix epoch when the resource was created.

idstring nullable
namestring nullable
tagsstring[]
updated_atinteger

Unix epoch when the resource was last updated.

Example response

{
  "id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
  "name": "example-key-set",
  "tags": [
    "idp-keys"
  ]
}

Changes