Fix page titles on callbacks documentation

This page is no longer just about inbound.
This commit is contained in:
Chris Hill-Scott
2017-12-18 14:13:40 +00:00
committed by GitHub
parent 821ba2acd2
commit 3df3c61279

View File

@@ -2,7 +2,7 @@
{% extends "withoutnav_template.html" %}
{% block per_page_title %}
Callbacks for received text messages
Callbacks
{% endblock %}
{% block maincolumn_content %}
@@ -10,7 +10,7 @@
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Callbacks for received text messages</h1>
<h1 class="heading-large">Callbacks</h1>
<p>A callback lets you receive messages from Notify to a URL you choose.</p>
<p>Youll need to provide a bearer token, for security. Well add this to the authorisation header of the callback request.</p>
<p>The callback message is in JSON.</p>