/v1/api/list/dns/{domainListId}/update (POST) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x
Updates a domain list name, description, or source type.
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":"dynamic" or "user"
},

Successful response

200 - OK
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action
  • UNEXPECTED_ERROR