From c83c060e3bd29826d3f35fb7da8f7055ca7e2469 Mon Sep 17 00:00:00 2001 From: Shush Date: Fri, 9 Jun 2023 23:55:01 +0300 Subject: [PATCH] Added requirement for transfer --- reference/SpaceTraders.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index 6673482..b1c44c5 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -2748,7 +2748,7 @@ } ], "post": { - "description": "Transfer cargo between ships.\n\nThe receiving ship must be in the same waypoint as the transferring ship, and it must able to hold the additional cargo after the transfer is complete.\n\nThe response body's cargo shows the cargo of the transferring ship after the transfer is complete.", + "description": "Transfer cargo between ships.\n\nThe receiving ship must be in the same waypoint as the transferring ship, and it must able to hold the additional cargo after the transfer is complete. Both ships also must be in the same state, either both are docked or both are orbiting.\n\nThe response body's cargo shows the cargo of the transferring ship after the transfer is complete.", "operationId": "transfer-cargo", "requestBody": { "content": {