Fix JSON in rest-endpoints.md (#110)

This commit is contained in:
linsihao7788 2020-12-09 11:22:01 +08:00 committed by GitHub
parent 98799fdff8
commit 3ce7351049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ Request body
```
{
username: "janedoe@example.com"
passsword: "VArCjNW7CfsxGp67"
"username": "janedoe@example.com",
"passsword": "VArCjNW7CfsxGp67"
}
```
@ -160,8 +160,8 @@ Authenticates the user with the specified credentials. Use the token returned fr
```
{
username: "janedoe@example.com"
passsword: "VArCjNW7CfsxGp67"
"username": "janedoe@example.com",
"passsword": "VArCjNW7CfsxGp67"
}
```