From 13ee192f856d10fe023b834fe2f7f0082f5d2322 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 20 Mar 2024 12:43:11 +0000 Subject: [PATCH] fix: http method name correction --- packages/nocodb/src/schema/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 0b20a3b8cd..b9f8845b3a 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -16514,7 +16514,7 @@ } ] }, - "put": { + "patch": { "summary": "Update Table Rows", "operationId": "db-data-table-row-update", "responses": {