mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:05:47 +00:00
fix(swagger): change order type from integer to number
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -10302,7 +10302,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"order": {
|
||||
"type": "integer"
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user