Update AuditAsk AIput https://{hostname}/api/audit-management/v1/audits/{auditId}Use this API to update the approvers, attributes, and auditors of a specific audit.Path ParamsauditIduuidrequiredAudit identifier (UUID)Body ParamsheaderobjectrequiredAudit HeaderAuditHeaderModel objectauditorsarray of objectsrequiredList of auditors. A minimum of one auditor has to be assigned to the auditauditors*ADD objectapproversarray of objectsrequiredList of approvers. A minimum of one approver has to be assigned to the auditapprovers*ADD objectauditorAssignmentTypestringenumrequiredTHROW_EXCEPTION_ON_AUDITOR_REMOVAL_IF_SCOPES_ASSIGNEDUNASSIGN_SCOPES_ON_AUDITOR_REMOVALAllowed:THROW_EXCEPTION_ON_AUDITOR_REMOVAL_IF_SCOPES_ASSIGNEDUNASSIGN_SCOPES_ON_AUDITOR_REMOVALattributesobjectCustom Attributesattributes objectResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago