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.