1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-22 08:52:31 +01:00

Clarify example parameters (a little bit more)

This commit is contained in:
Alex Thomassen 2017-01-31 10:58:06 +01:00
parent 2d9b092910
commit 2701e6d415

View File

@ -122,7 +122,7 @@
<li class="list-group-item">For endpoints that mention JSON support without any further information, send <code>Accept: application/json</code> in the request header to receive the response as JSON instead.</li>
<li class="list-group-item">Parameters are <strong>always</strong> required.</li>
<li class="list-group-item">Query strings are <strong>never</strong> required.</li>
<li class="list-group-item">Parameter/query string examples may be surrounded by "curly brackets" <code>{ / }</code>. These should be omitted in the actual requests.</li>
<li class="list-group-item">Parameter/query string examples may be surrounded by "curly brackets", for example: <code>{USERNAME}</code>. These should be omitted in the actual requests.</li>
</div>
</div>
</div>