From c605e626a186c50b422969eab40b34f50fcf2260 Mon Sep 17 00:00:00 2001 From: Katinka Tauber Date: Mon, 4 Sep 2023 10:13:10 +0200 Subject: [PATCH] Remove duplication after review. See #123 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e9d19ef..64e8430 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,6 @@ Run workflows on the web server, passing `data`, `flux`, and `fix` as GET-Parame ## Use Metafacture Playground API -Beside using the Metafacture Playground webapplication it's possible to access workflow results via API. - -## API Beside the web application the Metafacture Playground provides a HTTP REST API to process workflows.To process a workflow you need to provide the workflow information as JSON parameters in your POST request. ```