From c0c3057812b1ca594f7c5d3c2911a5448a43eb7d Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:57:24 -0400 Subject: [PATCH] docs: remove unnecessary tab from v2 loader example (#8428) docs: remove unnecessary tab structure from API examples --- docs/docs/API-Reference/api-reference-api-examples.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/docs/API-Reference/api-reference-api-examples.md b/docs/docs/API-Reference/api-reference-api-examples.md index 1f369eeee..e5f7c6688 100644 --- a/docs/docs/API-Reference/api-reference-api-examples.md +++ b/docs/docs/API-Reference/api-reference-api-examples.md @@ -756,9 +756,6 @@ Result: In the POST request to `v2/files`, replace **@FILE_NAME.EXTENSION** with the uploaded file name and its extension. You must include the ampersand (`@`) in the request to instruct curl to upload the contents of the file, not the string `FILE_NAME.EXTENSION`. - - - ```bash curl -X POST \ "$LANGFLOW_URL/api/v2/files" \ @@ -780,9 +777,6 @@ The file is uploaded in the format `USER_ID/FILE_ID.FILE_EXTENSION`, and the API } ``` - - - ### Send files to your flows (v2) Send a file to your flow for analysis using the [File](/components-data#file) component and the API.