Styled API key HTTP header instructions to clarify it is your literal API user ID
This commit is contained in:
parent
233829223e
commit
ceac4ecc56
|
|
@ -91,8 +91,8 @@
|
||||||
<h3 class="info-heading">HTTP headers</h3>
|
<h3 class="info-heading">HTTP headers</h3>
|
||||||
|
|
||||||
<code class="headers">
|
<code class="headers">
|
||||||
API-User: {{ user.id }}<br>
|
API-User: <strong>{{ user.id }}</strong><br>
|
||||||
API-Key: YourSecurelyStoredApiKey12345678
|
API-Key: <em>YourSecretKey</em>
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue