Change values of name and date fields

Change values of name and date fields in text notification POST for consistency
This commit is contained in:
catherineheywood
2016-06-22 14:56:24 +01:00
committed by GitHub
parent cabf6cb6b1
commit b6fd8aa95c

View File

@@ -132,8 +132,8 @@ POST /notifications/sms
"to": "+447700987345",
"template": "f6895ff7-86e0-4d38-80ab-c9525856c3ff",
"personalisation": {
"name": "myname",
"date": "2016"
"name": "Bill",
"date": "3 January 2016"
}
}
```