v3 API//
- Update audit notes
Get list of web audits
Undelete a web audit
Get audit notes by ID
run audit now
Get audit configuration info for specified audit run
Get all the consent categories assigned to an audit
Update the consent categories assigned to an audit
Retrieve all consent categories snapshots that are applied to a specific audit run.
Reprocess consent-category for the selected auditId and runIds
Get latest runs for web audits
Update audit notes
PUT /v3/web-audits/{auditId}
Update notes for a specific audit
Security
API_Key
PUT
curl -i -X PUT \
https://api.observepoint.com/v3/web-audits/107239 \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"notes": "string"
}'Response
{ "id": 0, "notes": "string" }