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] 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: