mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update refuel to v2.api endpoint
fixes https://github.com/SpaceTradersAPI/api-docs/issues/10
This commit is contained in:
parent
06b500b760
commit
674a9321ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user