pub async fn update_upstream(
__arg0: State<SaasState>,
__arg1: Auth,
__arg2: Path<Uuid>,
__arg3: Json<UpdateUpstreamRequest>,
) -> impl IntoResponseExpand description
Update an upstream.
pub async fn update_upstream(
__arg0: State<SaasState>,
__arg1: Auth,
__arg2: Path<Uuid>,
__arg3: Json<UpdateUpstreamRequest>,
) -> impl IntoResponseUpdate an upstream.