Skip to content

Commit

Permalink
caronc#202: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phantom committed Jul 11, 2024
1 parent 781b522 commit 0c879b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apprise_api/api/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h4>{% trans "Stateless Endpoints" %}</h4>
</tr>
<tr>
<td>body</td>
<td>{% blocktrans %}Defines the message body. This field is required!{% endblocktrans %}</td>
<td>{% blocktrans %}Defines the message body. This field is required (unless body_not_required GET parameter is provided - only used with templated notifications).{% endblocktrans %}</td>
</tr>
<tr>
<td>title</td>
Expand Down Expand Up @@ -453,7 +453,7 @@ <h4>{% trans "Persistent Store Endpoints" %}</h4>
<tbody>
<tr>
<td>body</td>
<td>{% blocktrans %}Defines the message body. This field is required!{% endblocktrans %}</td>
<td>{% blocktrans %}Defines the message body. This field is required (unless body_not_required GET parameter is provided - only used with templated notifications).{% endblocktrans %}</td>
</tr>
<tr>
<td>title</td>
Expand Down

0 comments on commit 0c879b9

Please sign in to comment.