mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
regen: specs.
This commit is contained in:
@@ -4496,7 +4496,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -4739,7 +4743,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4578,7 +4578,11 @@
|
||||
"model": "#\/components\/schemas\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4699,7 +4703,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4825,7 +4833,11 @@
|
||||
"model": "#\/components\/schemas\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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."
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseUsage",
|
||||
@@ -4941,7 +4953,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -5049,7 +5065,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -5173,7 +5193,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -8447,7 +8471,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -8471,7 +8499,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8609,7 +8641,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -9027,7 +9063,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -15014,7 +15054,11 @@
|
||||
"model": "#\/components\/schemas\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": "Get the database activity logs list by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseLogs",
|
||||
@@ -15135,7 +15179,11 @@
|
||||
"model": "#\/components\/schemas\/usageDatabase"
|
||||
}
|
||||
],
|
||||
"description": "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."
|
||||
"description": "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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4097,7 +4097,11 @@
|
||||
"model": "#\/components\/schemas\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4221,7 +4225,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4352,7 +4360,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -4463,7 +4475,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -4590,7 +4606,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -7897,7 +7917,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -7922,7 +7946,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8063,7 +8091,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8487,7 +8519,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4496,7 +4496,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -4739,7 +4743,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4578,7 +4578,11 @@
|
||||
"model": "#\/components\/schemas\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4699,7 +4703,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4825,7 +4833,11 @@
|
||||
"model": "#\/components\/schemas\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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."
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseUsage",
|
||||
@@ -4941,7 +4953,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -5049,7 +5065,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -5173,7 +5193,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -8447,7 +8471,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -8471,7 +8499,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8609,7 +8641,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -9027,7 +9063,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -15014,7 +15054,11 @@
|
||||
"model": "#\/components\/schemas\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": "Get the database activity logs list by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseLogs",
|
||||
@@ -15135,7 +15179,11 @@
|
||||
"model": "#\/components\/schemas\/usageDatabase"
|
||||
}
|
||||
],
|
||||
"description": "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."
|
||||
"description": "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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4097,7 +4097,11 @@
|
||||
"model": "#\/components\/schemas\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4221,7 +4225,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4352,7 +4360,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -4463,7 +4475,11 @@
|
||||
"model": "#\/components\/schemas\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -4590,7 +4606,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -7897,7 +7917,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -7922,7 +7946,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8063,7 +8091,11 @@
|
||||
"model": "#\/components\/schemas\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8487,7 +8519,11 @@
|
||||
"model": "#\/components\/schemas\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4633,7 +4633,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -4867,7 +4871,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4738,7 +4738,11 @@
|
||||
"model": "#\/definitions\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4858,7 +4862,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4987,7 +4995,11 @@
|
||||
"model": "#\/definitions\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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."
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseUsage",
|
||||
@@ -5101,7 +5113,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -5209,7 +5225,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -5335,7 +5355,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -8567,7 +8591,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -8591,7 +8619,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8729,7 +8761,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -9130,7 +9166,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -14948,7 +14988,11 @@
|
||||
"model": "#\/definitions\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": "Get the database activity logs list by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseLogs",
|
||||
@@ -15066,7 +15110,11 @@
|
||||
"model": "#\/definitions\/usageDatabase"
|
||||
}
|
||||
],
|
||||
"description": "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."
|
||||
"description": "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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4245,7 +4245,11 @@
|
||||
"model": "#\/definitions\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4368,7 +4372,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4502,7 +4510,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -4613,7 +4625,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -4742,7 +4758,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -8007,7 +8027,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -8032,7 +8056,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8173,7 +8201,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8580,7 +8612,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4633,7 +4633,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -4867,7 +4871,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
@@ -4738,7 +4738,11 @@
|
||||
"model": "#\/definitions\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4858,7 +4862,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4987,7 +4995,11 @@
|
||||
"model": "#\/definitions\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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."
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, collections\/tables, documents\/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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseUsage",
|
||||
@@ -5101,7 +5113,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -5209,7 +5225,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -5335,7 +5355,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -8567,7 +8591,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -8591,7 +8619,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8729,7 +8761,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -9130,7 +9166,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -14948,7 +14988,11 @@
|
||||
"model": "#\/definitions\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": "Get the database activity logs list by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabaseLogs",
|
||||
@@ -15066,7 +15110,11 @@
|
||||
"model": "#\/definitions\/usageDatabase"
|
||||
}
|
||||
],
|
||||
"description": "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."
|
||||
"description": "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.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4245,7 +4245,11 @@
|
||||
"model": "#\/definitions\/databaseList"
|
||||
}
|
||||
],
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results."
|
||||
"description": "Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "listDatabases",
|
||||
@@ -4368,7 +4372,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Database.\n"
|
||||
"description": "Create a new Database.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDatabase",
|
||||
@@ -4502,7 +4510,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata."
|
||||
"description": "Get a database by its unique ID. This endpoint response returns a JSON object with the database metadata.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "getDatabase",
|
||||
@@ -4613,7 +4625,11 @@
|
||||
"model": "#\/definitions\/database"
|
||||
}
|
||||
],
|
||||
"description": "Update a database by its unique ID."
|
||||
"description": "Update a database by its unique ID.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "updateDatabase",
|
||||
@@ -4742,7 +4758,11 @@
|
||||
"code": 204
|
||||
}
|
||||
],
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database."
|
||||
"description": "Delete a database by its unique ID. Only API keys with with databases.write scope can delete a database.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "deleteDatabase",
|
||||
@@ -8007,7 +8027,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "createDocuments",
|
||||
@@ -8032,7 +8056,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8173,7 +8201,11 @@
|
||||
"model": "#\/definitions\/documentList"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n"
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.\n",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRows"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -8580,7 +8612,11 @@
|
||||
"model": "#\/definitions\/document"
|
||||
}
|
||||
],
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console."
|
||||
"description": "**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions.\n\nCreate or update a Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console.",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.upsertRow"
|
||||
}
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
||||
Reference in New Issue
Block a user