diff --git a/404.html b/404.html index 6c9cd32772..e58c487e3c 100644 --- a/404.html +++ b/404.html @@ -21,7 +21,7 @@ - + diff --git a/agents-overview.html b/agents-overview.html index a769410ad8..af7518d56b 100644 --- a/agents-overview.html +++ b/agents-overview.html @@ -21,7 +21,7 @@ - + diff --git a/agents-tool-calling-agent-component.html b/agents-tool-calling-agent-component.html index 4dfb6917b5..87b0b5b42f 100644 --- a/agents-tool-calling-agent-component.html +++ b/agents-tool-calling-agent-component.html @@ -21,7 +21,7 @@ - + diff --git a/api-reference-api-examples.html b/api-reference-api-examples.html index f7e74e6456..4e9fbe5757 100644 --- a/api-reference-api-examples.html +++ b/api-reference-api-examples.html @@ -21,7 +21,7 @@ - + @@ -52,12 +52,12 @@ The flow-id is found in the Publish pan

_10
export FLOW_ID="359cd752-07ea-46f2-9d3b-a4407ef618da"

-

_10
curl -X GET \
_10
"$LANGFLOW_URL/api/v1/folders/" \
_10
-H "accept: application/json"

-

Export the folder-id as an environment variable.

-

_10
export FOLDER_ID="1415de42-8f01-4f36-bf34-539f23e47466"

+

_10
curl -X GET \
_10
"$LANGFLOW_URL/api/v1/projects/" \
_10
-H "accept: application/json"

+

Export the project-id as an environment variable.

+

_10
export PROJECT_ID="1415de42-8f01-4f36-bf34-539f23e47466"

Settings

-

Click Settings to access Global variables, Langflow API, Shortcuts, and Messages.