scottcol
8 years agoNew Contributor
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