Update app/templates/views/documentation.html

Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
karlchillmaid
2019-08-21 10:15:17 +01:00
committed by GitHub
parent 6c9f6463c3
commit ff663ed172

View File

@@ -30,5 +30,5 @@
<li>what the API client does</li>
<li>what development work you'll need to do</li>
</ul>
<p>To send a message you'll need to create an HTTPS request and add an authorisation header with your API key. The API key is encoded with JSON Web Tokens (JWT).</p>
<p>To send a message youll need to create an HTTPS request and add an authorisation header with your API key. The API key is encoded with JSON Web Tokens (JWT).</p>
{% endblock %}