Record action
Body
| Field | Type | Required | Description |
|---|---|---|---|
itemId | string | Yes | Compliance item ID |
action | string | Yes | APPROVE, FLAG, REJECT, or SKIP |
notes | string | No | Reviewer notes |
codeReferences | string[] | No | Code section references |
Response
Complete review
IN_REVIEW with at least one action recorded.
Completion logic
- All approved: APPROVED
- Any rejected: REJECTED
- Any flagged (none rejected): NEEDS_RESPONSE
