v3 API//
- Create blocking configuration for an Audit
Get blocking configuration for an Audit
Create blocking configura...
PUT /v3/web-audits/{auditId}/blocking-configuration
Security
API_Key
PUT
curl -i -X PUT \
https://api.observepoint.com/v3/web-audits/107239/blocking-configuration \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"tagIds": [
0
],
"tagCategoryIds": [
0
]
}'Successfully returned the created Audit Blocking Configuration.
Response
{ "tagIds": [ 0 ], "tagCategoryIds": [ 0 ] }