Make JSON example use valid JSON (#804)

This commit is contained in:
James Valleroy 2020-08-23 19:26:17 -04:00 committed by GitHub
parent 1148f0415b
commit da50b5192e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Similar to sending form data, but with an additional header to specify that the
```bash
curl -X POST \
-H 'Content-Type: application/json' \
-d '{"parameter": "value}' \
-d '{"parameter": "value"}' \
https://mastodon.example/endpoint
```