about: fix some json errors

This commit is contained in:
Vincent Breitmoser 2019-06-23 01:24:00 +02:00
parent 717cbc85e3
commit 36a016c15b
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
1 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@
Example response:
<pre>
{
"key_fpr": "&lt;FINGERPRINT&gt;"
"key_fpr": "&lt;FINGERPRINT&gt;",
"status": {
"address@example.org": "unpublished"
},
@ -129,7 +129,7 @@
"token": "...",
"addresses": [
"address@example.org"
]
],
"locale": [ "de_CH", "de_DE" ]
}
</pre>
@ -138,7 +138,7 @@
Example response:
<pre>
{
"key_fpr": "&lt;FINGERPRINT&gt;"
"key_fpr": "&lt;FINGERPRINT&gt;",
"status": {
"address@example.org": "pending"
},