From a140ccaf03cad94e2ac877a03ab652a5a8d3e511 Mon Sep 17 00:00:00 2001 From: frikky Date: Fri, 5 Nov 2021 03:13:29 +0100 Subject: [PATCH] Added API for stopping all executions for an environment --- backend/tests/stop_execution.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/tests/stop_execution.sh diff --git a/backend/tests/stop_execution.sh b/backend/tests/stop_execution.sh new file mode 100644 index 00000000..445f8eb4 --- /dev/null +++ b/backend/tests/stop_execution.sh @@ -0,0 +1 @@ +curl "http://localhost:5001/api/v1/environments/Shuffle/stop" -H "Authorization: Bearer e663cf93-7f10-4560-bef0-303f14aad982"