mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update: docs, misc.
This commit is contained in:
@@ -13094,9 +13094,9 @@
|
||||
"\/databases\/{databaseId}\/tables\/{tableId}\/logs": {
|
||||
"get": {
|
||||
"summary": "List table logs",
|
||||
"operationId": "databasesListTableLogs",
|
||||
"operationId": "tablesListLogs",
|
||||
"tags": [
|
||||
"databases"
|
||||
"tables"
|
||||
],
|
||||
"description": "Get the table activity logs list by its unique ID.",
|
||||
"responses": {
|
||||
@@ -13112,13 +13112,13 @@
|
||||
}
|
||||
},
|
||||
"x-appwrite": {
|
||||
"method": "listTableLogs",
|
||||
"method": "listLogs",
|
||||
"group": "tables",
|
||||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "databases\/list-table-logs.md",
|
||||
"demo": "tables\/list-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/databases\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
@@ -14179,7 +14179,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
@@ -14518,7 +14518,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
|
||||
@@ -13094,9 +13094,9 @@
|
||||
"\/databases\/{databaseId}\/tables\/{tableId}\/logs": {
|
||||
"get": {
|
||||
"summary": "List table logs",
|
||||
"operationId": "databasesListTableLogs",
|
||||
"operationId": "tablesListLogs",
|
||||
"tags": [
|
||||
"databases"
|
||||
"tables"
|
||||
],
|
||||
"description": "Get the table activity logs list by its unique ID.",
|
||||
"responses": {
|
||||
@@ -13112,13 +13112,13 @@
|
||||
}
|
||||
},
|
||||
"x-appwrite": {
|
||||
"method": "listTableLogs",
|
||||
"method": "listLogs",
|
||||
"group": "tables",
|
||||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "databases\/list-table-logs.md",
|
||||
"demo": "tables\/list-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/databases\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
@@ -14179,7 +14179,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
@@ -14518,7 +14518,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
|
||||
@@ -13104,13 +13104,13 @@
|
||||
"\/databases\/{databaseId}\/tables\/{tableId}\/logs": {
|
||||
"get": {
|
||||
"summary": "List table logs",
|
||||
"operationId": "databasesListTableLogs",
|
||||
"operationId": "tablesListLogs",
|
||||
"consumes": [],
|
||||
"produces": [
|
||||
"application\/json"
|
||||
],
|
||||
"tags": [
|
||||
"databases"
|
||||
"tables"
|
||||
],
|
||||
"description": "Get the table activity logs list by its unique ID.",
|
||||
"responses": {
|
||||
@@ -13122,13 +13122,13 @@
|
||||
}
|
||||
},
|
||||
"x-appwrite": {
|
||||
"method": "listTableLogs",
|
||||
"method": "listLogs",
|
||||
"group": "tables",
|
||||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "databases\/list-table-logs.md",
|
||||
"demo": "tables\/list-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/databases\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
@@ -14152,7 +14152,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"x-example": "<TABLE_ID>",
|
||||
@@ -14470,7 +14470,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"x-example": "<TABLE_ID>",
|
||||
|
||||
@@ -13104,13 +13104,13 @@
|
||||
"\/databases\/{databaseId}\/tables\/{tableId}\/logs": {
|
||||
"get": {
|
||||
"summary": "List table logs",
|
||||
"operationId": "databasesListTableLogs",
|
||||
"operationId": "tablesListLogs",
|
||||
"consumes": [],
|
||||
"produces": [
|
||||
"application\/json"
|
||||
],
|
||||
"tags": [
|
||||
"databases"
|
||||
"tables"
|
||||
],
|
||||
"description": "Get the table activity logs list by its unique ID.",
|
||||
"responses": {
|
||||
@@ -13122,13 +13122,13 @@
|
||||
}
|
||||
},
|
||||
"x-appwrite": {
|
||||
"method": "listTableLogs",
|
||||
"method": "listLogs",
|
||||
"group": "tables",
|
||||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "databases\/list-table-logs.md",
|
||||
"demo": "tables\/list-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/databases\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
@@ -14152,7 +14152,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"x-example": "<TABLE_ID>",
|
||||
@@ -14470,7 +14470,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tableId",
|
||||
"description": "Collection ID.",
|
||||
"description": "Table ID.",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"x-example": "<TABLE_ID>",
|
||||
|
||||
Reference in New Issue
Block a user