Browse Source

fix: update new data api path in swagger

pull/6638/head
Pranav C 11 months ago
parent
commit
cc851cbfac
  1. 2
      packages/nocodb/src/schema/swagger.json

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

@ -15338,7 +15338,7 @@
]
}
},
"/api/v2/tables/{tableId}/rows": {
"/api/v2/tables/{tableId}/records": {
"parameters": [
{
"schema": {

Loading…
Cancel
Save