Skip to content

Commit 73b3c66

Browse files
committed
fix-deleted-rows-notation
1 parent 23a96fe commit 73b3c66

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

base_operations.yaml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4397,29 +4397,14 @@ paths:
43974397
get:
43984398
tags:
43994399
- Activities & Logs
4400-
summary: List Delete Operations
4401-
operationId: listDeleteOperations
4400+
summary: List Deleted Rows
4401+
operationId: listDeletedRows
44024402
description: >-
4403-
Deleted rows, tables and columns are saved in SeaTable for 7 days. You
4404-
can list these in the operation log with this request. To restore them,
4405-
you'll need to log into the web UI.
4403+
List all the deleted rows in the last 7 days.
44064404
44074405
4408-
For `op_type` notice:
4409-
4410-
4411-
`delete_row` returns the single operations which have deleted 1 row each
4412-
time.
4413-
4414-
4415-
`delete_rows` returns the operations in which multiple rows were
4416-
deleted.
4417-
4418-
4419-
`delete_column` returns the column that was deleted by each operation.
4420-
4421-
4422-
`delete_table` returns the table that was deleted by each operation.
4406+
If you are looking for rows deleted before that, you can view a snapshot
4407+
of this base.
44234408
security:
44244409
- BaseTokenAuth: []
44254410
parameters:

0 commit comments

Comments
 (0)