Browse Source

refactor(nocodb): add description and example to gridId

pull/5269/head
Wing-Kam Wong 2 years ago
parent
commit
b7be17fee1
  1. 6
      packages/nocodb/src/schema/swagger.json

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

@ -6233,11 +6233,13 @@
"parameters": [
{
"schema": {
"type": "string"
"type": "string",
"example": "vw_q6k13mmygdi3yz"
},
"name": "gridId",
"in": "path",
"required": true
"required": true,
"description": "Grid View ID"
}
],
"get": {

Loading…
Cancel
Save