Browse Source

docs: make field `columns` required for creating a table via the REST API

pull/2926/head
nilsreichardt 2 years ago
parent
commit
c83eb353d3
  1. 3
      scripts/sdk/swagger.json

3
scripts/sdk/swagger.json

@ -6234,7 +6234,8 @@
}, },
"required": [ "required": [
"table_name", "table_name",
"title" "title",
"columns"
] ]
}, },
"TableList": { "TableList": {

Loading…
Cancel
Save