diff --git a/app/templates/views/documentation.html b/app/templates/views/documentation.html index 47e92b61b..8032e5e46 100644 --- a/app/templates/views/documentation.html +++ b/app/templates/views/documentation.html @@ -28,7 +28,7 @@

There’s no documentation for using the API in this way. You'll still need to read the client documentation to understand:

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).

{% endblock %}