From 7f3bf8508f09a71157eb89b52998b391ac9fa06c Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Mon, 30 Mar 2026 14:39:51 +0200 Subject: [PATCH 1/2] Initialize v6.2 I disabled the jobs that sync any files to readme.com on purpose and cleared out the IDs in .github/readme-ids.json. --- .github/readme-ids.json | 18 +++++++++--------- .github/workflows/rdme-openapi.yml | 2 ++ authentication.yaml | 2 +- base_operations.yaml | 2 +- file_operations.yaml | 2 +- ping_and_info.yaml | 2 +- python-scheduler.yaml | 2 +- system_admin_account_operations.yaml | 2 +- team_admin_account_operations.yaml | 2 +- user_account_operations.yaml | 2 +- 10 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/readme-ids.json b/.github/readme-ids.json index 53e125a..7580b13 100644 --- a/.github/readme-ids.json +++ b/.github/readme-ids.json @@ -1,11 +1,11 @@ { - "version": "6.1", - "authentication": "6978dfd7217b10efe565eeee", - "base_operations": "6978dfd7217b10efe565eef6", - "file_operations": "6978dfd7217b10efe565eef5", - "system_admin_account_operations": "6978dfd7217b10efe565eef2", - "team_admin_account_operations": "6978dfd7217b10efe565eef1", - "user_account_operations": "6978dfd7217b10efe565eef3", - "ping_and_info": "6978dfd7217b10efe565eef0", - "python_scheduler": "6978dfd7217b10efe565eef4" + "version": "6.2", + "authentication": "", + "base_operations": "", + "file_operations": "", + "system_admin_account_operations": "", + "team_admin_account_operations": "", + "user_account_operations": "", + "ping_and_info": "", + "python_scheduler": "" } diff --git a/.github/workflows/rdme-openapi.yml b/.github/workflows/rdme-openapi.yml index 9ccf246..f075a2c 100644 --- a/.github/workflows/rdme-openapi.yml +++ b/.github/workflows/rdme-openapi.yml @@ -30,6 +30,7 @@ jobs: # Job 1: Publish OpenAPI specs and docs to ReadMe.com # ----------------------------------------------------------------------- publish: + if: false # temporarily disabled name: Publish to ReadMe runs-on: ubuntu-latest steps: @@ -174,6 +175,7 @@ jobs: # Job 2: Generate and deploy static files to vserver # ----------------------------------------------------------------------- deploy-static: + if: false # temporarily disabled name: Deploy static files runs-on: ubuntu-latest needs: publish diff --git a/authentication.yaml b/authentication.yaml index 428925f..8775319 100644 --- a/authentication.yaml +++ b/authentication.yaml @@ -3,7 +3,7 @@ info: title: Authentication description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/base_operations.yaml b/base_operations.yaml index 3c46b00..9fec387 100644 --- a/base_operations.yaml +++ b/base_operations.yaml @@ -3,7 +3,7 @@ info: title: Base Operations description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/file_operations.yaml b/file_operations.yaml index 3a9b763..b756b10 100644 --- a/file_operations.yaml +++ b/file_operations.yaml @@ -3,7 +3,7 @@ info: title: File Operations description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/ping_and_info.yaml b/ping_and_info.yaml index 3e17b37..b103d75 100644 --- a/ping_and_info.yaml +++ b/ping_and_info.yaml @@ -3,7 +3,7 @@ info: title: Ping and Server Info description: >- The official SeaTable API Reference (OpenAPI 3.0) - Part "Ping and Server Info". - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/python-scheduler.yaml b/python-scheduler.yaml index 5dc0797..41e446a 100644 --- a/python-scheduler.yaml +++ b/python-scheduler.yaml @@ -3,7 +3,7 @@ info: title: Python Scheduler description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/system_admin_account_operations.yaml b/system_admin_account_operations.yaml index dfabc12..db7d88d 100644 --- a/system_admin_account_operations.yaml +++ b/system_admin_account_operations.yaml @@ -3,7 +3,7 @@ info: title: "Account Operations: System admin" description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/team_admin_account_operations.yaml b/team_admin_account_operations.yaml index c9f9021..9c88c64 100644 --- a/team_admin_account_operations.yaml +++ b/team_admin_account_operations.yaml @@ -3,7 +3,7 @@ info: title: Account Operations - Team admin description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: diff --git a/user_account_operations.yaml b/user_account_operations.yaml index 8fb83c9..35be9aa 100644 --- a/user_account_operations.yaml +++ b/user_account_operations.yaml @@ -3,7 +3,7 @@ info: title: Account Operations - User description: >- The official SeaTable API Reference (OpenAPI 3.0). - version: "6.1" + version: "6.2" servers: - url: "https://{server}" variables: From baccde8848f3de0aba152d3c66509c20449cfe40 Mon Sep 17 00:00:00 2001 From: Ranjiwei <32759763+r350178982@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:38:36 +0800 Subject: [PATCH 2/2] Update base_operations.yaml --- base_operations.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/base_operations.yaml b/base_operations.yaml index 9fec387..1f0d43a 100644 --- a/base_operations.yaml +++ b/base_operations.yaml @@ -4258,6 +4258,33 @@ paths: created_at: "2021-01-15T13:53:13.000Z" updated_at: "2021-01-15T13:53:13.000Z" resolved: 1 + post: + tags: + - Row Comments + summary: Create Row Comment + operationId: createRowComment + description: >- + Create a comment for a certain row. + security: + - BaseTokenAuth: [] + requestBody: + content: + application/json: + schema: + $ref: "#/components/schemas/create_row_comment" + parameters: + - $ref: "#/components/parameters/base_uuid" + - $ref: "#/components/parameters/table_id" + - $ref: "#/components/parameters/row_id" + responses: + "200": + description: OK + content: + application/json: + schema: + type: object + example: + success:true /api-gateway/api/v2/dtables/{base_uuid}/comments/{comment_id}/: delete: tags: