tables
tables copied to clipboard
API endpoint to empty (truncate) a table
Is your feature request related to a problem? Please describe.
Sometimes you need to put new data into a table, replacing an old data. Right now it's possible, but you need to get the list of rows and then delete them one by one.
Describe the solution you'd like
DELETE /index.php/apps/tables/api/1/views/{viewId}/rows/* or something like that.
Describe alternatives you've considered
#437 With option to delete all
Additional context
No response
Sounds useful in some scenarios. @RTechSn would you like to contribute to it?
Sounds useful in some scenarios. @RTechSn would you like to contribute to it?
I will look into it. I have tried changing various fragments of Nextcloud code before, and generally it's pretty complex.
Sounds useful in some scenarios. @RTechSn would you like to contribute to it?
I will look into it. I have tried changing various fragments of Nextcloud code before, and generally it's pretty complex.
Cool – please shout out if you need assistance!