Skip to main content

update_route

Function update_route 

Source
pub async fn update_route(
    pool: &PgPool,
    id: Uuid,
    tenant_id: Uuid,
    req: UpdateDomainRouteRequest,
) -> ProxyResult<Option<DomainRoute>>
Expand description

Apply a partial update to a route (only supplied fields change).