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": [ "parameters": [
{ {
"schema": { "schema": {
"type": "string" "type": "string",
"example": "vw_q6k13mmygdi3yz"
}, },
"name": "gridId", "name": "gridId",
"in": "path", "in": "path",
"required": true "required": true,
"description": "Grid View ID"
} }
], ],
"get": { "get": {

Loading…
Cancel
Save