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" ```