Added requirement for transfer

This commit is contained in:
Shush 2023-06-09 23:55:01 +03:00
parent 4a6c8ec049
commit c83c060e3b

View File

@ -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": {