Browse Source

fix: swagger columnNameParam type

re: #2208
Signed-off-by: mertmit <mertmit99@gmail.com>
pull/2236/head
mertmit 3 years ago
parent
commit
02d1e31659
  1. 2
      packages/nocodb/src/lib/noco/meta/api/swagger/helpers/templates/params.ts

2
packages/nocodb/src/lib/noco/meta/api/swagger/helpers/templates/params.ts

@ -93,7 +93,7 @@ export const columnNameParam = (columns: SwaggerColumn[]) => {
return {
schema: {
type: 'enum',
type: 'string',
enum: columnNames
},
name: 'columnName',

Loading…
Cancel
Save