Merge pull request #20 from dmitrij-schmidt/dmitrij-schmidt-patch-get-shipyard

fix: update Get Shipyard endpoint description
This commit is contained in:
SpaceAdmiral 2023-05-10 08:25:52 -07:00 committed by GitHub
commit b52734a2cd
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": {
@ -2598,4 +2598,4 @@
} }
} }
} }
} }