Function handle_http_api_update

Source
pub(crate) async fn handle_http_api_update(
    __arg0: State<Shared>,
    __arg1: Json<APIChangeRequest>,
) -> Json<APIChangeResponse>