Audits

Post an IT Owner reply to an Auditor comment

POST
/audits/comments/{commentId}/replies

IT Owner replies to an existing open comment thread. Updates parent item status to CLARIFICATION_PROVIDED or REMEDIATED 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 POST "https://example.com/audits/comments/497f6eca-6276-4993-bfeb-53cbbbba6f08/replies" \  -H "Content-Type: application/json" \  -d '{    "reply_text": "string"  }'
Empty
Empty
{  "message": "string"}
Empty