Fix references

This commit is contained in:
Jake Barnby
2025-08-20 01:23:01 +12:00
parent 2ade66d85e
commit e3c932686a
113 changed files with 19 additions and 78 deletions
@@ -1 +0,0 @@
Create a boolean column.
@@ -1 +0,0 @@
Create a date time column according to the ISO 8601 standard.
@@ -1 +0,0 @@
Create an email column.
@@ -1 +0,0 @@
Create an enumeration column. The `elements` param acts as a white-list of accepted values for this column.
@@ -1 +0,0 @@
Create a float column. Optionally, minimum and maximum values can be provided.
@@ -1 +0,0 @@
Create an integer column. Optionally, minimum and maximum values can be provided.
@@ -1 +0,0 @@
Create IP address column.
@@ -1 +0,0 @@
Create relationship column. [Learn more about relationship columns](https://appwrite.io/docs/databases-relationships#relationship-columns).
-1
View File
@@ -1 +0,0 @@
Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateTable) API or directly from your database console.
-1
View File
@@ -1 +0,0 @@
Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateTable) API or directly from your database console.
@@ -1 +0,0 @@
Create a string column.
-1
View File
@@ -1 +0,0 @@
Create a new Table. Before using this route, you should create a new database resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateTable) API or directly from your database console.
@@ -1 +0,0 @@
Create a URL column.
@@ -1 +0,0 @@
Decrement a specific column of a row by a given value.
-1
View File
@@ -1 +0,0 @@
Deletes a column.
-1
View File
@@ -1 +0,0 @@
Delete a row by its unique ID.
-1
View File
@@ -1 +0,0 @@
Bulk delete rows using queries, if no queries are passed then all rows are deleted.
-1
View File
@@ -1 +0,0 @@
Delete a table by its unique ID. Only users with write permissions have access to delete this resource.
-1
View File
@@ -1 +0,0 @@
Get column by ID.
@@ -1 +0,0 @@
Get usage metrics and statistics for a database. You can view the total number of tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.
-1
View File
@@ -1 +0,0 @@
Get the row activity logs list by its unique ID.
-1
View File
@@ -1 +0,0 @@
Get a row by its unique ID. This endpoint response returns a JSON object with the row data.
-1
View File
@@ -1 +0,0 @@
Get the table activity logs list by its unique ID.
-1
View File
@@ -1 +0,0 @@
Get usage metrics and statistics for a table. Returning the total number of rows. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.
-1
View File
@@ -1 +0,0 @@
Get a table by its unique ID. This endpoint response returns a JSON object with the table metadata.
@@ -1 +0,0 @@
Increment a specific column of a row by a given value.
-1
View File
@@ -1 +0,0 @@
List columns in the table.
-1
View File
@@ -1 +0,0 @@
List indexes in the table.
-1
View File
@@ -1 +0,0 @@
Get a list of all tables that belong to the provided databaseId. You can use the search parameter to filter your results.
@@ -1 +0,0 @@
Update a boolean column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update a date time column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update an email column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update an enum column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update a float column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update an integer column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update an ip column. Changing the `default` value will not update already existing rows.
@@ -1 +0,0 @@
Update relationship column. [Learn more about relationship columns](https://appwrite.io/docs/databases-relationships#relationship-columns).
-1
View File
@@ -1 +0,0 @@
Update a row by its unique ID. Using the patch method you can pass only specific fields that will get updated.
-1
View File
@@ -1 +0,0 @@
Update all rows that match your queries, if no queries are submitted then all rows are updated. You can pass only specific fields to be updated.
@@ -1 +0,0 @@
Update a string column. Changing the `default` value will not update already existing rows.
-1
View File
@@ -1 +0,0 @@
Update a table by its unique ID.
@@ -1 +0,0 @@
Update an url column. Changing the `default` value will not update already existing rows.
-1
View File
@@ -1 +0,0 @@
Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateTable) API or directly from your database console.
-1
View File
@@ -1 +0,0 @@
Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateTable) API or directly from your database console.
@@ -1,2 +1,2 @@
Creates an index on the columns listed. Your index should include all the columns you will query in a single request.
Columns can be `key`, `fulltext`, and `unique`.
Attributes can be `key`, `fulltext`, and `unique`.
@@ -0,0 +1 @@
Get usage metrics and statistics for a database. You can view the total number of collections, documents, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.
+1
View File
@@ -0,0 +1 @@
Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.
+1
View File
@@ -0,0 +1 @@
List indexes in the collection.

Some files were not shown because too many files have changed in this diff Show More