We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e027ce commit cd9e8bfCopy full SHA for cd9e8bf
seatable_api/api_gateway.py
@@ -70,7 +70,7 @@ def _dtable_db_query_url(self):
70
return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/sql'
71
72
def _dtable_db_insert_rows_url(self):
73
- return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/insert-archived-rows/'
+ return self.api_gateway_url + '/api/v2/dtables/' + self.dtable_uuid + '/add-archived-rows/'
74
75
def _send_toast_notification_url(self):
76
return '%(dtable_server_url)s/api/v2/dtables/%(dtable_uuid)s/ui-toasts/' % {
0 commit comments