Browse Source

refactor(nocodb): change plugin input to stringOrNull

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

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

@ -12925,7 +12925,7 @@
"description": "Is Plugin Active?"
},
"input": {
"type": "string",
"$ref": "#/components/schemas/StringOrNull",
"description": "Plugin Input"
}
}

Loading…
Cancel
Save