parent
625d7e6fd5
commit
d1aee681f5
1 changed files with 2 additions and 3 deletions
|
|
@ -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 \
|
|||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue