From fcd1418b831ce4c9778a3893aeddc778635ce6ff Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 29 Sep 2022 14:17:20 -0400 Subject: [PATCH] Update api.md --- docs/docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api.md b/docs/docs/api.md index 05bef5a1..d25a18be 100644 --- a/docs/docs/api.md +++ b/docs/docs/api.md @@ -411,7 +411,7 @@ Requires no authorization. type FullMarket = LiteMarket & { bets: Bet[] comments: Comment[] - answers?: Answer[] // dpm-2 markets only + answers?: Answer[] // dpm-2 markets only description: JSONContent // Rich text content. See https://tiptap.dev/guide/output#option-1-json textDescription: string // string description without formatting, images, or embeds }