Skip to content
Discussion options

You must be logged in to vote

If you try sending such request using Swagger, you will see the curl command it uses:

curl -X 'POST' \
  'http://localhost:8000/test' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'value=0.00005'

And, in this command the value is already 0.00005. So, this is likely the issue of Swagger UI.
Would you like to look for such issue on Swagger UI repo and open if not exist?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
2 participants