Skip to main content

update_pipe

Function update_pipe 

Source
pub async fn update_pipe(
    __arg0: State<Arc<ApiState>>,
    __arg1: Path<String>,
    __arg2: Json<UpdatePipeRequest>,
) -> Result<Json<MutationResponse>, Json<ErrorResponse>>