Updates a domain list name or description.
Note: You can't update the BlueCat Threat
Protection domain lists.
POST https://api-<BlueCat.edge.url>/v1/api/list/dns/{domainListId}/update
Authorization: Bearer authorization token
Content-type: application/JSON
{
"name": "new domain list name",
"description": "new domain list description",
"sourceType": "user"
},
Successful response
200 - OK
Response on unsuccessful authorization
401 Unauthorized
Content-Type: application/JSON
{"code": "UNAUTHORIZED", "brief": "You are not authorized to perform this action"}
Possible error codes
- UNEXPECTED_ERROR