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: src/main/kotlin/io/appwrite/services/Databases.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1311,7 +1311,7 @@ class Databases(client: Client) : Service(client) {
1311
1311
}
1312
1312
1313
1313
/**
1314
-
* Create a geometric 2d point attribute.
1314
+
* Create a geometric point attribute.
1315
1315
*
1316
1316
* @param databaseId Database ID.
1317
1317
* @param collectionId Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
Copy file name to clipboardExpand all lines: src/main/kotlin/io/appwrite/services/TablesDb.kt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1111,7 +1111,7 @@ class TablesDB(client: Client) : Service(client) {
1111
1111
}
1112
1112
1113
1113
/**
1114
-
* Create a geometric line attribute.
1114
+
* Create a geometric line column.
1115
1115
*
1116
1116
* @param databaseId Database ID.
1117
1117
* @param tableId Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -1155,7 +1155,7 @@ class TablesDB(client: Client) : Service(client) {
1155
1155
}
1156
1156
1157
1157
/**
1158
-
* Update a line column. Changing the `default` value will not update already existing documents.
1158
+
* Update a line column. Changing the `default` value will not update already existing rows.
1159
1159
*
1160
1160
* @param databaseId Database ID.
1161
1161
* @param tableId Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -1202,7 +1202,7 @@ class TablesDB(client: Client) : Service(client) {
1202
1202
}
1203
1203
1204
1204
/**
1205
-
* Create a geometric point attribute.
1205
+
* Create a geometric point column.
1206
1206
*
1207
1207
* @param databaseId Database ID.
1208
1208
* @param tableId Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -1246,7 +1246,7 @@ class TablesDB(client: Client) : Service(client) {
1246
1246
}
1247
1247
1248
1248
/**
1249
-
* Update a point column. Changing the `default` value will not update already existing documents.
1249
+
* Update a point column. Changing the `default` value will not update already existing rows.
1250
1250
*
1251
1251
* @param databaseId Database ID.
1252
1252
* @param tableId Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -1293,7 +1293,7 @@ class TablesDB(client: Client) : Service(client) {
1293
1293
}
1294
1294
1295
1295
/**
1296
-
* Create a geometric polygon attribute.
1296
+
* Create a geometric polygon column.
1297
1297
*
1298
1298
* @param databaseId Database ID.
1299
1299
* @param tableId Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
@@ -1337,7 +1337,7 @@ class TablesDB(client: Client) : Service(client) {
1337
1337
}
1338
1338
1339
1339
/**
1340
-
* Update a polygon column. Changing the `default` value will not update already existing documents.
1340
+
* Update a polygon column. Changing the `default` value will not update already existing rows.
1341
1341
*
1342
1342
* @param databaseId Database ID.
1343
1343
* @param tableId Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
0 commit comments