diff --git a/draft/index.html b/draft/index.html index d80e536..19467f8 100644 --- a/draft/index.html +++ b/draft/index.html @@ -840,11 +840,11 @@

Data Extension Property Proposals

A data extension property proposal service returns properties for a given type identifier.

- If the reconciliation service supports data extension property proposals, it MUST support HTTP GET requests to the endpoint /extend/propose (relative to the reconciliation endpoint) with a type query string parameter + If the reconciliation service supports data extension property proposals, it MUST support HTTP GET requests to the endpoint /extend/propose (relative to the reconciliation endpoint) with a type query parameter containing a type identifier.

- The service SHOULD support an optional limit query string parameter to control the number of proposed properties. + The service SHOULD support an optional limit query parameter to control the number of proposed properties.

GET /extend/propose?type=<type identifier>[&limit=<limit>]
@@ -857,7 +857,7 @@

Data Extension Property Proposals

type
The type identifier supplied in the query;
limit
-
Optionally, the requested limit;
+
Optionally, an integer to indicate the requested limit;