Audits

Resolve a comment thread

PATCH
/audits/comments/{commentId}/resolve

Auditor/Manager marks a comment thread as resolved. If no open sibling threads remain, clears the parent item status to PENDING. Appends a COMMENT_RESOLVED workflow log entry.

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Path Parameters

commentId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/audits/comments/497f6eca-6276-4993-bfeb-53cbbbba6f08/resolve" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
{  "message": "string"}
Empty