/v1/api/customer/siteGroups/{siteGroupId}/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 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
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action
  • UNEXPECTED_ERROR