fix(swagger): change order type from integer to number

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-02-24 19:22:40 +05:30
parent 18a6c3a155
commit e757e97b02

View File

@@ -10302,7 +10302,7 @@
"type": "string"
},
"order": {
"type": "integer"
"type": "number"
}
}
}