reset: docs for easier review.

This commit is contained in:
Darshan 2025-07-28 11:50:08 +05:30
parent c9d9c4ab76
commit 0f7d06b4d5
55 changed files with 0 additions and 13 deletions

View file

@ -1 +0,0 @@
Create a new Database.

View file

@ -1,2 +0,0 @@
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`.

View file

@ -1 +0,0 @@
Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.

View file

@ -1 +0,0 @@
Delete an index.

View file

@ -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.

View file

@ -1 +0,0 @@
Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.

View file

@ -1 +0,0 @@
Get index by ID.

View file

@ -1 +0,0 @@
Get the database activity logs list by its unique ID.

View file

@ -1 +0,0 @@
List usage metrics and statistics for all databases in the project. You can view the total number of databases, 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.

View file

@ -1 +0,0 @@
Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.

View file

@ -1 +0,0 @@
List indexes in the table.

View file

@ -1 +0,0 @@
Update a database by its unique ID.