Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/readme-ids.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
2 changes: 2 additions & 0 deletions .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
29 changes: 28 additions & 1 deletion base_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion file_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ping_and_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion python-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion system_admin_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion team_admin_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion user_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down