The request parameters for updating an existing API key.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The new name for the API key. | [optional] |
| permissions | List<String> | The new list of permissions for the API key. | [optional] |
| isActive | Boolean | Indicates whether the API key should be active or not. | [optional] |