Browse Source

feat(gui-v2): add project_id to tableMeta

pull/3117/head
Wing-Kam Wong 2 years ago
parent
commit
a32c18e8ed
  1. 3
      scripts/sdk/swagger.json

3
scripts/sdk/swagger.json

@ -6053,6 +6053,9 @@
}, },
"slug": { "slug": {
"type": "string" "type": "string"
},
"project_id": {
"type": "string"
} }
}, },
"required": [ "required": [

Loading…
Cancel
Save