From d1aee681f5fcf61116fc31940c74900fa359cb18 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 27 May 2025 15:18:47 -0400 Subject: [PATCH] docs: remove duplicate values (#8236) duplicate-values --- docs/docs/API-Reference/api-reference-api-examples.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/API-Reference/api-reference-api-examples.md b/docs/docs/API-Reference/api-reference-api-examples.md index 11699e071..eec2804b1 100644 --- a/docs/docs/API-Reference/api-reference-api-examples.md +++ b/docs/docs/API-Reference/api-reference-api-examples.md @@ -39,7 +39,6 @@ To find your project ID, call the Langflow [/api/v1/projects/](#read-projects) e ```bash curl -X GET \ - "$LANGFLOW_URL/api/v1/projects/" \ "$LANGFLOW_URL/api/v1/projects/" \ -H "accept: application/json" ``` @@ -58,8 +57,8 @@ curl -X GET \ ``` -Export the `project-id` as an environment variable. -Export the `project-id` as an environment variable. + +- Export the `project-id` as an environment variable. ```bash export project_ID="1415de42-8f01-4f36-bf34-539f23e47466" ```