From 8b708ea0e665144ad1fe691fc7cca33517ac3c7e Mon Sep 17 00:00:00 2001 From: Subbarayudu Kamma <35783011+subbarayudukamma@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:03:49 -0700 Subject: [PATCH] Updating the max value allowed for limit param in WFS to 500. (#15275) Co-authored-by: Subbarayudu Kamma --- specification/maps/data-plane/Creator/preview/2.0/wfs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/maps/data-plane/Creator/preview/2.0/wfs.json b/specification/maps/data-plane/Creator/preview/2.0/wfs.json index a6b55fe8200b..29233371588c 100644 --- a/specification/maps/data-plane/Creator/preview/2.0/wfs.json +++ b/specification/maps/data-plane/Creator/preview/2.0/wfs.json @@ -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": {