Browse Source

fix: http method name correction

pull/7958/head
Pranav C 7 months ago
parent
commit
13ee192f85
  1. 2
      packages/nocodb/src/schema/swagger.json

2
packages/nocodb/src/schema/swagger.json

@ -16514,7 +16514,7 @@
} }
] ]
}, },
"put": { "patch": {
"summary": "Update Table Rows", "summary": "Update Table Rows",
"operationId": "db-data-table-row-update", "operationId": "db-data-table-row-update",
"responses": { "responses": {

Loading…
Cancel
Save