mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
reset: docs for easier review.
This commit is contained in:
parent
c9d9c4ab76
commit
0f7d06b4d5
55 changed files with 0 additions and 13 deletions
|
|
@ -1 +0,0 @@
|
|||
Create a new Database.
|
||||
|
|
@ -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`.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Delete an index.
|
||||
|
|
@ -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 +0,0 @@
|
|||
Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Get index by ID.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Get the database activity logs list by its unique ID.
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.
|
||||
|
|
@ -1 +0,0 @@
|
|||
List indexes in the table.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update a database by its unique ID.
|
||||
Loading…
Reference in a new issue