Type Alias ApiKeysConfigPatchSchema

ApiKeysConfigPatchSchema: ApiKeyConfigPatch[]
[
{
op: "replace",
path: "/max_keys_per_user",
value: 10
}
]