JSON need quotes!

This commit is contained in:
Sadposter 2019-04-06 16:24:21 +01:00
parent c05fe4da0a
commit e6778003ab
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 22 additions and 22 deletions

View File

@ -127,17 +127,17 @@ See [Admin-API](Admin-API.md)
* Example response:
```json
{
id: "abcdefg",
following: true,
followed_by: false,
blocking: false,
muting: false,
muting_notifications: false,
subscribing: true,
requested: false,
domain_blocking: false,
showing_reblogs: true,
endorsed: false
"id": "abcdefg",
"following": true,
"followed_by": false,
"blocking": false,
"muting": false,
"muting_notifications": false,
"subscribing": true,
"requested": false,
"domain_blocking": false,
"showing_reblogs": true,
"endorsed": false
}
```
@ -151,16 +151,16 @@ See [Admin-API](Admin-API.md)
* Example response:
```json
{
id: "abcdefg",
following: true,
followed_by: false,
blocking: false,
muting: false,
muting_notifications: false,
subscribing: false,
requested: false,
domain_blocking: false,
showing_reblogs: true,
endorsed: false
"id": "abcdefg",
"following": true,
"followed_by": false,
"blocking": false,
"muting": false,
"muting_notifications": false,
"subscribing": false,
"requested": false,
"domain_blocking": false,
"showing_reblogs": true,
"endorsed": false
}
```