Fix missing comma in json body (API example) (#1446)

pull/1450/head
Benjamin Pill 2 years ago committed by GitHub
parent c8f6fdbaa3
commit 3317fe7c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",
"fee": 19,
"quantity": 5,
"symbol": "MSFT"
"symbol": "MSFT",
"type": "BUY",
"unitPrice": 298.58
}

Loading…
Cancel
Save