Skip to main content
POST
Resolve thread
Required scope: THREADS_WRITE
Marks a thread as resolved and returns a thread summary (without comments). resolved_at and resolved_by are set to the current time and the API key’s user — resolving an already-resolved thread re-stamps them. Resolution does not lock the thread — comments can still be added, and the thread can be reopened with POST /v2/api/threads/{id}/unresolve.

Errors

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Thread ID (cth-*)

Example:

"cth-abc123"

Response

Thread summary

data
object