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