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