@@ -6,7 +6,7 @@ import AppwriteEnums
66import AppwriteModels
77
88///
9- open class TablesDb : Service {
9+ open class TablesDB : Service {
1010
1111 ///
1212 /// Get a list of all databases from the current Appwrite project. You can use
@@ -227,7 +227,7 @@ open class TablesDb: Service {
227227 ///
228228 /// Create a new Table. Before using this route, you should create a new
229229 /// database resource using either a [server
230- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
230+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
231231 /// API or directly from your database console.
232232 ///
233233 /// - Parameters:
@@ -1774,7 +1774,7 @@ open class TablesDb: Service {
17741774 ///
17751775 /// Create a new Row. Before using this route, you should create a new table
17761776 /// resource using either a [server
1777- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
1777+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
17781778 /// API or directly from your database console.
17791779 ///
17801780 /// - Parameters:
@@ -1824,7 +1824,7 @@ open class TablesDb: Service {
18241824 ///
18251825 /// Create a new Row. Before using this route, you should create a new table
18261826 /// resource using either a [server
1827- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
1827+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
18281828 /// API or directly from your database console.
18291829 ///
18301830 /// - Parameters:
@@ -1856,7 +1856,7 @@ open class TablesDb: Service {
18561856 ///
18571857 /// Create new Rows. Before using this route, you should create a new table
18581858 /// resource using either a [server
1859- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
1859+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
18601860 /// API or directly from your database console.
18611861 ///
18621862 /// - Parameters:
@@ -1900,7 +1900,7 @@ open class TablesDb: Service {
19001900 ///
19011901 /// Create new Rows. Before using this route, you should create a new table
19021902 /// resource using either a [server
1903- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
1903+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
19041904 /// API or directly from your database console.
19051905 ///
19061906 /// - Parameters:
@@ -1926,7 +1926,7 @@ open class TablesDb: Service {
19261926 ///
19271927 /// Create or update Rows. Before using this route, you should create a new
19281928 /// table resource using either a [server
1929- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
1929+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
19301930 /// API or directly from your database console.
19311931 ///
19321932 ///
@@ -1971,7 +1971,7 @@ open class TablesDb: Service {
19711971 ///
19721972 /// Create or update Rows. Before using this route, you should create a new
19731973 /// table resource using either a [server
1974- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
1974+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
19751975 /// API or directly from your database console.
19761976 ///
19771977 ///
@@ -2206,7 +2206,7 @@ open class TablesDb: Service {
22062206 ///
22072207 /// Create or update a Row. Before using this route, you should create a new
22082208 /// table resource using either a [server
2209- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
2209+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
22102210 /// API or directly from your database console.
22112211 ///
22122212 /// - Parameters:
@@ -2256,7 +2256,7 @@ open class TablesDb: Service {
22562256 ///
22572257 /// Create or update a Row. Before using this route, you should create a new
22582258 /// table resource using either a [server
2259- /// integration](https://appwrite.io/docs/server/databases#databasesCreateTable )
2259+ /// integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreateTable )
22602260 /// API or directly from your database console.
22612261 ///
22622262 /// - Parameters:
0 commit comments