/v1/api/settings (PUT) - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Retrieves the automatic service point update settings.

PUT https://api-<DNS.Edge.URL>/v1/api/settings
Authorization: Bearer authorization token
Content-type: application/JSON

{
  "spAutomaticUpdatesEnabled": true
}

Successful response

204 No Content
Possible error codes
  • UNAUTHORIZED - Not authorized to update the setting
  • BAD_REQUEST - Invalid request
  • UNEXPECTED_ERROR - Internal server error