Type Alias ApiKeysConfigPatchSchema

ApiKeysConfigPatchSchema: ApiKeyConfigPatch[]
[
{
op: "replace",
path: "/api_keys_enabled",
value: true
}
]