From 981444ff02d6ba31a865f240e685de9766ee21c3 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Tue, 6 Jun 2023 14:30:06 +0530 Subject: [PATCH] Revert extra tick Signed-off-by: Shubham Sharma --- daprdocs/content/en/reference/api/workflow_api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/reference/api/workflow_api.md b/daprdocs/content/en/reference/api/workflow_api.md index e417eed63..80814852e 100644 --- a/daprdocs/content/en/reference/api/workflow_api.md +++ b/daprdocs/content/en/reference/api/workflow_api.md @@ -79,7 +79,7 @@ This API does not return any content. For workflow components that support subscribing to external events, such as the Dapr Workflow engine, you can use the following "raise event" API to deliver a named event to a specific workflow instance. -```` +``` POST http://localhost:3500/v1.0-alpha1/workflows///raiseEvent/ ``` @@ -166,7 +166,7 @@ None. Purge the workflow state from your state store with the workflow's instance ID. -```` +``` POST http://localhost:3500/v1.0-alpha1/workflows///purge ``` @@ -193,7 +193,7 @@ None. Get information about a given workflow instance. -```` +``` GET http://localhost:3500/v1.0-alpha1/workflows// ```