mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 13:48:24 -04:00
Merge pull request #1715 from alphagov/quis-patch-1
Fix page titles on callbacks documentation
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{% extends "withoutnav_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
|
|
||||||
{% block per_page_title %}
|
{% block per_page_title %}
|
||||||
Callbacks for received text messages
|
Callback documentation
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
|
|
||||||
<h1 class="heading-large">Callbacks for received text messages</h1>
|
<h1 class="heading-large">Callback documentation</h1>
|
||||||
<p>A callback lets you receive messages from Notify to a URL you choose.</p>
|
<p>A callback lets you receive messages from Notify to a URL you choose.</p>
|
||||||
<p>You’ll need to provide a bearer token, for security. We’ll add this to the authorisation header of the callback request.</p>
|
<p>You’ll need to provide a bearer token, for security. We’ll add this to the authorisation header of the callback request.</p>
|
||||||
<p>The callback message is in JSON.</p>
|
<p>The callback message is in JSON.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user