Skip to content

Commit

Permalink
Merge pull request #169 from reconciliation-api/thadguidry-patch-Data…
Browse files Browse the repository at this point in the history
…-Extension-Property

Clarify data type as integer for `limit` parameter
  • Loading branch information
fsteeg authored Apr 11, 2024
2 parents 93d8c02 + b5922fd commit ffa8960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -840,11 +840,11 @@ <h3>Data Extension Property Proposals</h3>
A <dfn>data extension property proposal</dfn> service returns <a>properties</a> for a given <a>type</a> identifier.
</p>
<p>
If the reconciliation service supports data extension property proposals, it MUST support HTTP GET requests to the endpoint <code>/extend/propose</code> (relative to the reconciliation endpoint) with a <code>type</code> query string parameter
If the reconciliation service supports data extension property proposals, it MUST support HTTP GET requests to the endpoint <code>/extend/propose</code> (relative to the reconciliation endpoint) with a <code>type</code> query parameter
containing a type identifier.
</p>
<p>
The service SHOULD support an optional <code>limit</code> query string parameter to control the number of proposed properties.
The service SHOULD support an optional <code>limit</code> query parameter to control the number of proposed properties.
</p>
<p>
<pre class="example nohighlight">GET /extend/propose?type=&lt;type identifier&gt;[&amp;limit=&lt;limit&gt;]</pre>
Expand All @@ -857,7 +857,7 @@ <h3>Data Extension Property Proposals</h3>
<dt><code>type</code></dt>
<dd>The <a>type</a> identifier supplied in the query;</dd>
<dt><code>limit</code></dt>
<dd>Optionally, the requested limit;</dd>
<dd>Optionally, an integer to indicate the requested limit;</dd>
</dl>
</p>
<p>
Expand Down

0 comments on commit ffa8960

Please sign in to comment.