Audits
Update Audit Scope
Use this API to update the scope of an audit.
put/api/audit-management/v1/audits/{auditId}/reassign-scopes
Path parameters
auditIdstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
Audit identifier (UUID)
Request body
Example request
[
{
"controlId": "123e4567-e89b-12d3-a456-426614174000",
"auditorEmail": "auditor@example.com",
"approverEmail": "approver@example.com"
}
]Response
OK