From 54839555903ea1a81a32b5026bda9b6fa6b6436c Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Fri, 23 Sep 2022 10:21:11 -0400 Subject: [PATCH] Remove contractId from required JSON for /close --- docs/docs/api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/api.md b/docs/docs/api.md index 986654a4..007f6fa6 100644 --- a/docs/docs/api.md +++ b/docs/docs/api.md @@ -586,7 +586,6 @@ $ curl https://manifold.markets/api/v0/market -X POST -H 'Content-Type: applicat ### `POST /v0/market/[marketId]/close` Closes a market on behalf of the authorized user. -- `contractId`: Required. The id of the market to close. - `closeTime`: Optional. Milliseconds since the epoch to close the market at. If not provided, the market will be closed immediately. Cannot provide close time in past.