/v1/api/settings (PUT) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Retrieves the automatic service point update settings.

PUT https://api-<BlueCat.edge.url>/v1/api/settings
Authorization: Bearer authorization token
Content-type: application/JSON

{
  "spAutomaticUpdatesEnabled": true
}

Successful response

204 No Content
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action
  • BAD_REQUEST - Invalid request
  • UNEXPECTED_ERROR - Internal server error