From 8f3aec5fd19fbe1e3bbfb094845246b71122b766 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Sat, 28 Oct 2023 09:32:59 -0700 Subject: [PATCH] fix missing params on construction endpoint --- reference/SpaceTraders.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index e1a4dbc..f5eff48 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -811,7 +811,27 @@ "tags": [ "Systems" ] - } + }, + "parameters": [ + { + "description": "The system symbol", + "in": "path", + "name": "systemSymbol", + "required": true, + "schema": { + "type": "string" + } + }, + { + "description": "The waypoint symbol", + "in": "path", + "name": "waypointSymbol", + "required": true, + "schema": { + "type": "string" + } + } + ] }, "/systems/{systemSymbol}/waypoints/{waypointSymbol}/construction/supply": { "post": {