Typo fix in market creation API example (#497)
This commit is contained in:
parent
a3663d03e8
commit
cb70ab3675
|
@ -449,7 +449,7 @@ $ curl https://manifold.markets/api/v0/market -X POST -H 'Content-Type: applicat
|
||||||
"question":"Is there life on Mars?", \
|
"question":"Is there life on Mars?", \
|
||||||
"description":"I'm not going to type some long ass example description.", \
|
"description":"I'm not going to type some long ass example description.", \
|
||||||
"closeTime":1700000000000, \
|
"closeTime":1700000000000, \
|
||||||
initialProb:25}'
|
"initialProb":25}'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user