# Update audit notes PUT /v3/web-audits/{auditId} Update notes for a specific audit Endpoint: PUT /v3/web-audits/{auditId} Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 ## Request fields (application/json): - `id` (integer) Unique identifier for the audit notes - `notes` (string) Notes content for the audit ## Response 200 fields (application/json): - `id` (integer) Unique identifier for the audit notes - `notes` (string) Notes content for the audit ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)