mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 19:57:29 +01:00
Add missing \
in oauth curl example (#486)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
parent
047bf936b4
commit
c09f190712
@ -53,7 +53,7 @@ Do this by making a POST request to the `/oauth/token/` API:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -X POST https://content.minetest.net/oauth/token/ \
|
curl -X POST https://content.minetest.net/oauth/token/ \
|
||||||
-F grant_type=authorization_code
|
-F grant_type=authorization_code \
|
||||||
-F client_id="CLIENT_ID" \
|
-F client_id="CLIENT_ID" \
|
||||||
-F client_secret="CLIENT_SECRET" \
|
-F client_secret="CLIENT_SECRET" \
|
||||||
-F code="abcdef"
|
-F code="abcdef"
|
||||||
|
Loading…
Reference in New Issue
Block a user