docs: endquote in code alias (#9080)

endquote

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
This commit is contained in:
Mendon Kissling 2025-07-17 08:12:29 -04:00 committed by GitHub
commit b4fa86961d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}