Skip to main content
POST
Resolve or re-open a comment thread
Marks a thread resolved, or re-opens it. Author only — the embed user who started the thread. The console surface is wider: there, a workbook editor may also resolve someone else’s thread. That branch has no analogue here, because an embed viewer holds no workbook rights at all, so authorship is the whole rule. Threads only — a reply has no resolve state of its own, and one carrying it would put two answers on the same thread, so 400 is returned for a reply’s id. A thread whose root was deleted while replies survive is still resolvable, or it would sit in the unresolved list forever.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

publicId
string
required
commentId
number
required

Body

application/json

SetEmbedDashboardCommentResolvedBody

resolved
boolean
required

Response

200 - application/json
replies
object[]
required
root
object
required
resolvedAt
resolvedBy
integer | null