From 674a9321ca9bc346e32760a726ae2e526f28171b Mon Sep 17 00:00:00 2001 From: Daniel Frederick Crisman Date: Wed, 15 Feb 2023 06:16:16 -0500 Subject: [PATCH] update refuel to v2.api endpoint fixes https://github.com/SpaceTradersAPI/api-docs/issues/10 --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index dd5aa0e..0531924 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -643,7 +643,7 @@ Note the route departure and destination details. The departure is the waypoint You will also notice that your ship has consumed fuel upon navigation. You will want to refuel your ship whenever possible or risk getting stranded in space. Once your ship arrives at it's destination, you can refuel it using the following endpoint. ```bash -https -A bearer -a $apiToken POST api.spacetraders.io/my/ships/$shipSymbol/refuel +https -A bearer -a $apiToken POST $apiUrl/my/ships/$shipSymbol/refuel ``` ```json