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 }