update_audit
Update an audit's metadata including procedure, auditor, environments, tools, technologies, and notes to keep records accurate and current.
Instructions
Full update of an audit's metadata (procedure info, auditor info, environments, tools, technologies, notes, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uniqueId | Yes | The editUniqueId of the audit | |
| auditType | Yes | ||
| procedureName | Yes | ||
| pages | Yes | ||
| auditorName | Yes | ||
| auditorEmail | No | ||
| procedureUrl | No | URL of the audited site | |
| initiator | No | Organisation requesting the audit | |
| auditorOrganisation | No | ||
| contactName | No | Accessibility contact name | |
| contactEmail | No | Accessibility contact email | |
| contactFormUrl | No | URL of accessibility contact form | |
| tools | No | Audit tools used (e.g. ['Axe', 'WAVE']) | |
| environments | No | Test environments used | |
| technologies | No | Technologies used on the site (e.g. ['HTML', 'CSS', 'JavaScript']) | |
| notCompliantContent | No | Description of non-compliant content | |
| derogatedContent | No | Description of derogated content | |
| notInScopeContent | No | Description of content not in scope | |
| notes | No | General audit notes (rich text) | |
| transverseElements | No | Transverse elements (e.g. ['En-tête', 'Pied de page']) |