Styled API key HTTP header instructions to clarify it is your literal API user ID

This commit is contained in:
DebaucheryLibrarian 2025-12-19 23:23:21 +01:00
parent 233829223e
commit ceac4ecc56
1 changed files with 2 additions and 2 deletions

View File

@ -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>