KeySets
Upsert a KeySet
Create or Update KeySet using ID or name.
put/v2/control-planes/{controlPlaneId}/core-entities/key-sets/{KeySetId}
Request body
Example request
{
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"name": "example-key-set",
"tags": [
"idp-keys"
]
}Response
Successfully upserted KeySet
Example response
{
"id": "b58c7d9d-e54f-444c-b24d-cdfc4159f61e",
"name": "example-key-set",
"tags": [
"idp-keys"
]
}Changes
Changed in 2 of the 75 revisions of this API.12
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ▲
- ○
request body became optional
request-body-became-optional
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○