/v1/api/customer/siteGroups/{siteGroupId}/update - BlueCat DNS Edge

DNS Edge API Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Updates the site group specified by site group ID with the new name, description, or sites.

POST https://api-<DNS.Edge.URL>/v1/api/customer/siteGroups/{siteGroupId}/update
Authorization: Bearer authorization token
Content-type: application/JSON
{"name":"name", "description":"description", "siteIds":["id1","id2"]}

Successful response

200 OK

Response on unsuccessful authentication

401 Unauthorized
Content-Type: application/JSON
{"code": "UNAUTHORIZED", "brief": "You are not authorized to perform this action"}
Possible error codes
  • UNEXPECTED_ERROR