/v1/api/customer/siteGroups/{siteGroupId}/update - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
Version
Service Point v4.x.x

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

POST https://api-<BlueCat.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