From 425b91a204e1496b1422b074796cd6eeb271c041 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 18 Jun 2021 15:35:21 +0100 Subject: [PATCH] fix history example --- stock/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/examples.json b/stock/examples.json index c470781..3e8c9d5 100644 --- a/stock/examples.json +++ b/stock/examples.json @@ -30,7 +30,7 @@ "title": "Get historic data", "description": "Returns historic stock data for a given date", "request": { - "symbol": "AAPL", + "stock": "AAPL", "date": "2020-10-01" }, "response": {