Browse Source
Fix missing comma in json body (API example)
pull/1446/head
Benjamin Pill
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -227,7 +227,7 @@ You can get the _Bearer Token_ via `GET http://localhost:3333/api/v1/auth/anonym |
|
|
"date": "2021-09-15T00:00:00.000Z", |
|
|
"date": "2021-09-15T00:00:00.000Z", |
|
|
"fee": 19, |
|
|
"fee": 19, |
|
|
"quantity": 5, |
|
|
"quantity": 5, |
|
|
"symbol": "MSFT" |
|
|
"symbol": "MSFT", |
|
|
"type": "BUY", |
|
|
"type": "BUY", |
|
|
"unitPrice": 298.58 |
|
|
"unitPrice": 298.58 |
|
|
} |
|
|
} |
|
|