Skip to main content

handle_update_domain

Function handle_update_domain 

Source
pub async fn handle_update_domain(
    __arg0: State<Arc<Context>>,
    __arg1: Path<(String, String)>,
    __arg2: Json<DomainUpdateRequest>,
) -> Result<Json<DomainResponse>, StatusCode>