MindsDB
Open Source Product Docs
cURL
curl --request PUT \ --url http://127.0.0.1:47334/api/files/{fileName} \ --header 'Content-Type: multipart/form-data' \ --form 'original_file_name=<string>'
{ "columns": [ "<string>" ], "name": "<string>", "row_count": 123 }
The name of the file
View was successfully updated
The response is of type object.
object
Was this page helpful?