curl --request PATCH \
--url http://localhost:3333/v1/admin/organizations/{orgId}/findings/{findingId} \
--header 'Content-Type: application/json' \
--data '
{
"status": "open",
"type": "soc2",
"content": "The uploaded evidence does not clearly show the Organization Name or URL.",
"revisionNote": "Please provide clearer screenshots showing the timestamp."
}
'curl --request PATCH \
--url http://localhost:3333/v1/admin/organizations/{orgId}/findings/{findingId} \
--header 'Content-Type: application/json' \
--data '
{
"status": "open",
"type": "soc2",
"content": "The uploaded evidence does not clearly show the Organization Name or URL.",
"revisionNote": "Please provide clearer screenshots showing the timestamp."
}
'Finding status
open, ready_for_review, needs_revision, closed Type of finding (SOC 2 or ISO 27001)
soc2, iso27001 Finding content/message
5000"The uploaded evidence does not clearly show the Organization Name or URL."
Auditor note when requesting revision (only for needs_revision status)
"Please provide clearer screenshots showing the timestamp."
Was this page helpful?