Browse Source

docs: meta api corrections for table

pull/9502/head
Raju Udava 2 months ago
parent
commit
48a11c1bf7
  1. 28
      packages/nocodb/src/schema/swagger-v2.json

28
packages/nocodb/src/schema/swagger-v2.json

@ -3778,24 +3778,17 @@
"type": "string", "type": "string",
"description": "Table title", "description": "Table title",
"example": "Users" "example": "Users"
},
"base_id": {
"type": "string",
"description": "Base ID",
"example": "p_124hhlkbeasewh"
},
"meta": {
"$ref": "#/components/schemas/Meta"
} }
} },
"required": [
"table_name"
]
}, },
"examples": { "examples": {
"Example 1": { "Example 1": {
"value": { "value": {
"table_name": "users", "table_name": "users",
"title": "Users", "title": "Users"
"base_id": "p_124hhlkbeasewh",
"meta": null
} }
} }
} }
@ -20922,14 +20915,9 @@
}, },
"type": "array" "type": "array"
}, },
"meta": { "description": {
"$ref": "#/components/schemas/Meta", "description": "Table description",
"description": "the meta data for this table" "type": "string"
},
"order": {
"description": "The order of table list",
"example": 1,
"type": "number"
}, },
"title": { "title": {
"description": "Table title", "description": "Table title",

Loading…
Cancel
Save