v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14106607606.1 KB

Updates a key group.

When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:

  1. Get the current key group with GetKeyGroup or GetKeyGroupConfig.

  2. Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.

  3. Call UpdateKeyGroup with the entire key group object, including the fields that you modified and those that you didn't.

put/2020-05-31/key-group/{Id}

Path parameters

Idstring required

The identifier of the key group that you are updating.

Headers

If-Matchstring

The version of the key group that you are updating. The version is the key group's <code>ETag</code> value.

Response

Success