docs: remove unnecessary tab from v2 loader example (#8428)
docs: remove unnecessary tab structure from API examples
This commit is contained in:
parent
35bb2a84ef
commit
c0c3057812
1 changed files with 0 additions and 6 deletions
|
|
@ -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`.
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="curl" label="curl" default>
|
||||
|
||||
```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
|
|||
}
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
### Send files to your flows (v2)
|
||||
|
||||
Send a file to your flow for analysis using the [File](/components-data#file) component and the API.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue