Skip to content

Commit cd9e8bf

Browse files
committed
update-add-archived-rows
1 parent 0e027ce commit cd9e8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seatable_api/api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _dtable_db_query_url(self):
7070
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/sql'
7171

7272
def _dtable_db_insert_rows_url(self):
73-
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/insert-archived-rows/'
73+
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/add-archived-rows/'
7474

7575
def _send_toast_notification_url(self):
7676
return '%(dtable_server_url)s/api/v2/dtables/%(dtable_uuid)s/ui-toasts/' % {

0 commit comments

Comments
 (0)