mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 00:59:07 +08:00
5 lines
145 B
Bash
5 lines
145 B
Bash
curl -X PUT \
|
|
"$LANGFLOW_URL/api/v2/files/$FILE_ID?name=new_file_name" \
|
|
-H "accept: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY"
|