mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix JSON in rest-endpoints.md (#110)
This commit is contained in:
parent
98799fdff8
commit
3ce7351049
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue