Browse Source

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

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5174/head
Pranav C 2 years ago
parent
commit
e757e97b02
  1. 2
      scripts/sdk/swagger.json

2
scripts/sdk/swagger.json

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

Loading…
Cancel
Save