From 919d66a6c48f641deb84681f60d27819e32757bb Mon Sep 17 00:00:00 2001 From: m-burgoyne Date: Thu, 21 Mar 2024 10:14:45 +0000 Subject: [PATCH] fix typo --- core/standard/requirements/edr/query_type/point.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/standard/requirements/edr/query_type/point.adoc b/core/standard/requirements/edr/query_type/point.adoc index 486d32ba..e81c3148 100644 --- a/core/standard/requirements/edr/query_type/point.adoc +++ b/core/standard/requirements/edr/query_type/point.adoc @@ -48,7 +48,7 @@ a| **limit** * <> -* <> |Integer|No|The limit parameter may be used to control the subset of the selected features that should be returned in the response, the page size. +* <> |String|No|The limit parameter may be used to control the subset of the selected features that should be returned in the response, the page size. Each page may include information about the number of selected and returned features (numberMatched and numberReturned) as well as links to support paging (link relation next). **This value will be ignored if the requested format or the server does not support paging** a| * `limit=100` |====