PUT /v3/custom-headers/{customHeaderGroupId}
Security
API_Key
PUT
curl -i -X PUT \
'https://api.observepoint.com/v3/custom-headers/{customHeaderGroupId}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"groupName": "string",
"headers": [
{
"name": "string",
"value": "string",
"type": "REQUEST"
}
],
"requestUrlFilters": [
{
"requestUrlFilter": "string",
"allowSubdomains": true
}
],
"assignments": [
{
"itemType": "AUDIT",
"itemId": 0
}
],
"applyToAll": true
}'Response
{ "id": 0, "groupName": "string", "headers": [ { … } ], "requestUrlFilters": [ { … } ], "assignments": [ { … } ], "applyToAll": true }