From d387a4e94daac7e4bf400c93a4f6f79190eb1a52 Mon Sep 17 00:00:00 2001 From: Dmitrij Schmidt Date: Sat, 1 Apr 2023 14:13:22 +0200 Subject: [PATCH] fix: update Get Shipyard endpoint description --- reference/SpaceTraders.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index 7443b0a..89f1d6d 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -444,7 +444,7 @@ }, "/systems/{systemSymbol}/waypoints/{waypointSymbol}/shipyard": { "get": { - "description": "Get the shipyard for a waypoint.", + "description": "Get the shipyard for a waypoint. Send a ship to the waypoint to access ships that are currently available for purchase and recent transactions.", "operationId": "get-shipyard", "responses": { "200": { @@ -2452,4 +2452,4 @@ } } } -} \ No newline at end of file +}