From a121b573e74878e7e60cd90987f79d6215e5a674 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Sat, 10 Jun 2023 10:35:37 -0700 Subject: [PATCH] remove empty body from contract negotiate request --- reference/SpaceTraders.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index 76b3a94..a9a56d4 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -2857,13 +2857,6 @@ "post": { "description": "Negotiate a new contract with the HQ.\n\nIn order to negotiate a new contract, an agent must not have ongoing or offered contracts over the allowed maximum amount. Currently the maximum contracts an agent can have at a time is 1.\n\nOnce a contract is negotiated, it is added to the list of contracts offered to the agent, which the agent can then accept. \n\nThe ship must be present at a faction's HQ waypoint to negotiate a contract with that faction.", "operationId": "negotiateContract", - "requestBody": { - "content": { - "application/json": { - "schema": {} - } - } - }, "responses": { "201": { "content": {