You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intro/changelog.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Listed below are all the changes to the SeaTable API. Each date corresponds to a
53
53
54
54
## Version 5.0 (15.07.2024)
55
55
56
-
[View API Documentation for v5.0](https://api.seatable.io/v5.0)
56
+
The SeaTable API Reference for version 5.0 is no longer accessible here. However, you can find it on [Github](https://github.com/seatable/openapi/tree/v5.0).
57
57
58
58
We recommend using the new `/api-gateway/` endpoints. These endpoints are faster because they check if the base has remained unchanged since the last request, allowing for quicker responses.
59
59
@@ -98,24 +98,24 @@ The SeaTable API Reference for version 4.3 is no longer accessible here. However
98
98
>
99
99
> **Base Operations**
100
100
>
101
-
> -[Create Row Links in Big Data](/reference/post_dtable-db-api-v1-base-base-uuid-links) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_post">post</span> `/dtable-db/api/v1/base/{base_uuid}/links/`
102
-
> -[Delete Row Links in Big Data](/reference/post_dtable-db-api-v1-base-base-uuid-links) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_delete">delete</span> `/dtable-db/api/v1/base/{base_uuid}/links/`
101
+
> -[Create Row Links in Big Data](/reference/createbigdatarowslinkdeprecated) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_post">post</span> `/dtable-db/api/v1/base/{base_uuid}/links/`
102
+
> -[Delete Row Links in Big Data](/reference/deletebigdatarowlinksdeprecated) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_delete">delete</span> `/dtable-db/api/v1/base/{base_uuid}/links/`
103
103
>
104
104
> **Account Operations - System Admin**
105
105
>
106
-
> -[Update Team User](/reference/put_api-v2-1-admin-organizations-org-id-users-user-id) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_put">put</span> `/api/v2.1/admin/organizations/{org_id}/users/{user_id}/`
106
+
> -[Update Team User](/reference/updateteamuser) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_put">put</span> `/api/v2.1/admin/organizations/{org_id}/users/{user_id}/`
107
107
>
108
108
> **Account Operations - Team Admin**
109
109
>
110
-
> -[List Team Logins](/reference/get_api-v2-1-org-org-id-admin-login-logs) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_get">get</span> `/api/v2.1/org/{org_id}/admin/login-logs/`
111
-
> -[List User Logins](/reference/get_api-v2-1-org-org-id-admin-login-logs-user-id) <spanclass="APIMethod APIMethod_fixedWidth APIMethod_get">get</span> `/api/v2.1/org/{org_id}/admin/login-logs/{user_id}`
@@ -198,7 +198,7 @@ The SeaTable API Reference for version 3.5 is no longer available.
198
198
199
199
> 🚧 Breaking changes
200
200
>
201
-
> - Import from CSV `POST dtable-server/api/v1/dtables/{base_uuid}/import-csv/` was replaced with this [new call](/reference/import-base-from-xlsx-or-csv)
202
-
> - Append from CSV `POST dtable-server/api/v1/dtables/{base_uuid}/append-csv/` was replaced with this [new call](/reference/import-base-from-xlsx-or-csv)
201
+
> - Import from CSV `POST dtable-server/api/v1/dtables/{base_uuid}/import-csv/` was replaced with this [new call](/reference/importbasefromfile)
202
+
> - Append from CSV `POST dtable-server/api/v1/dtables/{base_uuid}/append-csv/` was replaced with this [new call](/reference/appendtotablefromfile)
203
203
> - Create Row Comment `POST dtable-server/api/v1/dtables/{base_uuid}/comments/` was removed
204
204
> - Update Row Comment `PUT dtable-server/api/v1/dtables/{base_uuid}/comments/` was removed
0 commit comments