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