Remove contractId from required JSON for /close

This commit is contained in:
Ian Philips 2022-09-23 10:21:11 -04:00
parent 91f89ccb3d
commit 5483955590

View File

@ -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.