From 562f5c2a1ebc268f2ce744580fdf3e006c6e0237 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 25 Jun 2025 19:06:17 +0530 Subject: [PATCH] update: docs, misc. --- app/config/specs/open-api3-1.8.x-console.json | 12 ++++++------ app/config/specs/open-api3-latest-console.json | 12 ++++++------ app/config/specs/swagger2-1.8.x-console.json | 12 ++++++------ app/config/specs/swagger2-latest-console.json | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/app/config/specs/open-api3-1.8.x-console.json b/app/config/specs/open-api3-1.8.x-console.json index 6f59879def..b6e1971407 100644 --- a/app/config/specs/open-api3-1.8.x-console.json +++ b/app/config/specs/open-api3-1.8.x-console.json @@ -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", diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index 6f59879def..b6e1971407 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -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", diff --git a/app/config/specs/swagger2-1.8.x-console.json b/app/config/specs/swagger2-1.8.x-console.json index 33fb8d7b78..85836ff2b8 100644 --- a/app/config/specs/swagger2-1.8.x-console.json +++ b/app/config/specs/swagger2-1.8.x-console.json @@ -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": "", @@ -14470,7 +14470,7 @@ }, { "name": "tableId", - "description": "Collection ID.", + "description": "Table ID.", "required": true, "type": "string", "x-example": "", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 33fb8d7b78..85836ff2b8 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -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": "", @@ -14470,7 +14470,7 @@ }, { "name": "tableId", - "description": "Collection ID.", + "description": "Table ID.", "required": true, "type": "string", "x-example": "",