From b4fa86961dade0ebcf2bb96a9b0a9db0c615b09a Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 17 Jul 2025 08:12:29 -0400 Subject: [PATCH] docs: endquote in code alias (#9080) endquote Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --- docs/docs/Concepts/concepts-publish.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Concepts/concepts-publish.mdx b/docs/docs/Concepts/concepts-publish.mdx index caef14d7c..eb4a9781c 100644 --- a/docs/docs/Concepts/concepts-publish.mdx +++ b/docs/docs/Concepts/concepts-publish.mdx @@ -94,7 +94,7 @@ If you want your requests to use an alias instead of the actual flow ID, you can 4. To save the change, close the **Input Schema** pane. -The automatically generated code snippets now use your new endpoint name instead of the original flow ID, such as `url = "http://localhost:7868/api/v1/run/flow-customer-database-agent`. +The automatically generated code snippets now use your new endpoint name instead of the original flow ID, such as `url = "http://localhost:7868/api/v1/run/flow-customer-database-agent"`. ## Embed a flow into a website {#embedded-chat-widget}