Skip to main content

disable_api_key

Function disable_api_key 

Source
pub async fn disable_api_key(
    pool: &PgPool,
    id: Uuid,
    tenant_id: Uuid,
) -> ProxyResult<bool>
Expand description

Disable an API key without deleting it.