fix: update Get Shipyard endpoint description

This commit is contained in:
Dmitrij Schmidt 2023-04-01 14:13:22 +02:00 committed by GitHub
parent 49e925eee8
commit d387a4e94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@
}, },
"/systems/{systemSymbol}/waypoints/{waypointSymbol}/shipyard": { "/systems/{systemSymbol}/waypoints/{waypointSymbol}/shipyard": {
"get": { "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", "operationId": "get-shipyard",
"responses": { "responses": {
"200": { "200": {
@ -2452,4 +2452,4 @@
} }
} }
} }
} }