Forum Discussion

scottcol's avatar
scottcol
New Contributor
7 years ago

Testing with negative number parameters

I have a very simple set of parameters as shown below - what I'm seeing is that when I try the test invocation UI, it is giving me a red input field when attempting to use a negative number (see https://screencast.com/t/BaXAxesq)

 

Any thought ?

 

paths:
/api/places:
get:
summary: Returns a set of places given the provided location and search radius

 

parameters:
- name: latitude
in: query
type: number
format: double
description: latitude for the search

 

- name: longitude
in: query
type: number
format: double
description: longitude for the search

 

1 Reply

  • Hi Scott!

     

    Unfortunately, that's a known issue we have in the try it out functionality. We've identified it previously and have a fix ready.

    I can't give you an ETA for when it will be available in the app, but know that it's coming.