From 95e4c53d625c61a4a640eaf2f3a574ad25c83ff8 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Mon, 5 Jun 2023 10:18:28 -0400 Subject: [PATCH] attempt to fix the terminate command Signed-off-by: Hannah Hunter --- daprdocs/content/en/reference/api/workflow_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/workflow_api.md b/daprdocs/content/en/reference/api/workflow_api.md index 4ddf8b720..e784e52e1 100644 --- a/daprdocs/content/en/reference/api/workflow_api.md +++ b/daprdocs/content/en/reference/api/workflow_api.md @@ -53,7 +53,7 @@ The API call will provide a response similar to this: Terminate a running workflow instance with the given name and instance ID. ```http -POST http://localhost:3500/v1.0-alpha1/workflows//terminate +POST http://localhost:3500/v1.0-alpha1/workflows///terminate ``` ### URL parameters