v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

controlIdstring uuid required

The guid of Master Control for the Audit Scope. This should match the framework of the Audit.

auditorEmailstring

The email address of the Auditor to be assigned to the scope.

approverEmailstring

The email address of the Approver to be assigned to the scope.

Example request

[
  {
    "controlId": "123e4567-e89b-12d3-a456-426614174000",
    "auditorEmail": "auditor@example.com",
    "approverEmail": "approver@example.com"
  }
]

Response

OK