curl --request PATCH \
--url http://localhost:3333/v1/findings/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"status": "open",
"type": "soc2",
"severity": "low",
"content": "<string>",
"revisionNote": {}
}
'curl --request PATCH \
--url http://localhost:3333/v1/findings/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"status": "open",
"type": "soc2",
"severity": "low",
"content": "<string>",
"revisionNote": {}
}
'API key for authentication
Finding ID
Finding status
open, ready_for_review, needs_revision, closed Finding type
soc2, iso27001 Severity
low, medium, high, critical Finding content/message
5000Auditor note when requesting revision
Was this page helpful?