From c503c471dc8050c81799c3b88d7b103e5ac97c4c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 14 May 2024 16:15:40 -0700 Subject: [PATCH] fix - cost tracking api --- docs/my-website/docs/proxy/cost_tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/cost_tracking.md b/docs/my-website/docs/proxy/cost_tracking.md index 8a43d1c9d..2aaf8116e 100644 --- a/docs/my-website/docs/proxy/cost_tracking.md +++ b/docs/my-website/docs/proxy/cost_tracking.md @@ -12,7 +12,7 @@ Use the `/global/spend/report` endpoint to get daily spend per team, with a brea ### Example Request ```shell -curl -X GET 'http://localhost:4000/global/spend/report?start_date=2023-04-01&end_date=2024-06-30' \ +curl -X GET 'http://localhost:4000/global/spend/report?start_date=2024-04-01&end_date=2024-06-30' \ -H 'Authorization: Bearer sk-1234' ```