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