Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Cory Watilo edited this page Apr 17, 2022 · 5 revisions
Task URL Docs Body
Adding a new question /api/question Docs subject: string,
body: string,
organizationId: string,
token: string,
slug: string
Adding a reply to a message /api/reply Docs body: string,
organizationId: string,
messageId: string,
token: string
Getting threads /api/questions organizationId: string,
slug: [string],
published: boolean,
perPage: number
Resolving threads /api/question/resolve token: string,
messageId: string,
replyId: string,
organizationId: string,
resolved: boolean

TODO: check /pages/api in main repo for all

Clone this wiki locally