Make JSON example use valid JSON (#804)
This commit is contained in:
parent
1148f0415b
commit
da50b5192e
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue