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
Sample Response
{ "status": "OK",
"data": "List attached"
} |