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>
|
||||
|
||||
<code class="headers">
|
||||
API-User: {{ user.id }}<br>
|
||||
API-Key: YourSecurelyStoredApiKey12345678
|
||||
API-User: <strong>{{ user.id }}</strong><br>
|
||||
API-Key: <em>YourSecretKey</em>
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue