From a4bb1700051277eae6ae569dbbbb2499d2eac3ba 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 e47fa88..00c5e8c 100644 --- a/base_operations.yaml +++ b/base_operations.yaml @@ -4257,6 +4257,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: