Skip to content

Commit

Permalink
Fix to existing pricesheet API swagger - introducing 'top' filter (Az…
Browse files Browse the repository at this point in the history
  • Loading branch information
shbha1 authored and alvadb committed Feb 13, 2018
1 parent 4dec5ea commit 73046cd
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,15 @@
"required": false,
"type": "string"
},
{
"name": "$top",
"description": "May be used to limit the number of results to the top N results.",
"in": "query",
"required": false,
"type": "integer",
"minimum": 1,
"maximum": 1000
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
Expand Down Expand Up @@ -1062,6 +1071,15 @@
"required": false,
"type": "string"
},
{
"name": "$top",
"description": "May be used to limit the number of results to the top N results.",
"in": "query",
"required": false,
"type": "integer",
"minimum": 1,
"maximum": 1000
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
Expand Down

0 comments on commit 73046cd

Please sign in to comment.