Audits

Reopen a resolved comment thread

PATCH
/audits/comments/{commentId}/reopen

IT Owner reopens a previously resolved comment thread with a mandatory reason (min 15 chars). Reverts parent item status to CLARIFICATION_REQUESTED and notifies the original Auditor.

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/reopen" \  -H "Content-Type: application/json" \  -d '{    "reopening_reason": "stringstringstr"  }'
Empty
Empty
{  "message": "string"}
Empty