From b08f11a24577483e549bc7213ce0079b02213ae1 Mon Sep 17 00:00:00 2001
From: Thad Guidry 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>]@@ -847,7 +847,7 @@
type
limit
From b5922fd07c1c30ae1e869a3777a77931382aee2c Mon Sep 17 00:00:00 2001
From: Thad Guidry Data Extension Property Proposals
type
limit