Type Alias ApiKeysPatchSchema

ApiKeysPatchSchema: ApiKeyPatch[]
[
{
op: "replace",
path: "/description",
value: "my new description"
}
]