PATCH /api/demand//lists//attach/
In order to assign a domain list to a demand , first update the demand with the domain_list_type in order to decide if it's a WL or BL (1 - white list, 2- black list)
Sample Request
curl -X PATCH -H 'accept: application/json'
-H 'api-version: 1'
-H 'authorization: Bearer '
|
Sample Response
{ "status": "OK",
"data": "List attached"
} |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article