pub async fn update_api_key(
__arg0: State<App>,
__arg1: Auth,
__arg2: Path<i64>,
__arg3: OptionalRequestId,
__arg4: Json<UpdateApiKeyReq>,
) -> ClResult<(StatusCode, Json<ApiResponse<ApiKeyListItem>>)>Expand description
PATCH /api/auth/api-keys/{key_id} - Update an API key