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}