Skip to content

Commit

Permalink
Switch a data type from integer to number
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\chanwan committed Jan 24, 2018
1 parent ee76c77 commit 380cc0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"description": "May be used to limit the number of results to the most recent N usageDetails.",
"in": "query",
"required": false,
"type": "integer",
"type": "number",
"minimum": 1,
"maximum": 1000
},
Expand Down

0 comments on commit 380cc0e

Please sign in to comment.