Skip to content

Commit

Permalink
Updating the max value allowed for limit param in WFS to 500. (#15275)
Browse files Browse the repository at this point in the history
Co-authored-by: Subbarayudu Kamma <skamma@microsoft.com>
  • Loading branch information
subbarayudukamma and Subbarayudu Kamma committed Aug 10, 2021
1 parent dc73490 commit 8b708ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Creator/preview/2.0/wfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"in": "query",
"type": "integer",
"minimum": 1,
"maximum": 50,
"description": "The optional limit parameter limits the number of features that are presented in the response document.\nOnly features that are on the first level of the collection in the response document are counted. Nested objects contained within the explicitly requested features shall not be counted.\n* Minimum = 1 * Maximum = 50 * Default = 10",
"maximum": 500,
"description": "The optional limit parameter limits the number of features that are presented in the response document.\nOnly features that are on the first level of the collection in the response document are counted. Nested objects contained within the explicitly requested features shall not be counted.\n* Minimum = 1 * Maximum = 500 * Default = 10",
"x-ms-parameter-location": "method"
},
"Filter": {
Expand Down

0 comments on commit 8b708ea

Please sign in to comment.