mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Add sentences introducing responses to GET
This commit is contained in:
@@ -173,7 +173,7 @@ where:
|
||||
**Note:** You must provide all placeholders set up in your template. See [how to create placeholders in a template](#quickstart).
|
||||
|
||||
<a id="coderesponse"></a>
|
||||
The response will be:
|
||||
The response (status code 201) will be:
|
||||
```
|
||||
{
|
||||
'data':{
|
||||
@@ -191,6 +191,7 @@ To retrieve the status of a single sms or email notification:
|
||||
```
|
||||
GET /notifications/{id}
|
||||
```
|
||||
The response (status code 200) will be:
|
||||
|
||||
```
|
||||
{
|
||||
@@ -227,6 +228,8 @@ To retrieve the status of all notifications:
|
||||
GET /notifications
|
||||
```
|
||||
|
||||
The response (status code 200) will be:
|
||||
|
||||
```
|
||||
{
|
||||
'data':[{
|
||||
|
||||
Reference in New Issue
Block a user