PATCH /api/demand/<demandId>/lists/<listId>/attach/<dem
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 <TOKEN>' |
Sample Response
{ "status": "OK", "data": "List attached" } |
0 Comments