/user/api/v1/servicePoints/{id}/settings (PATCH) - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Update the name and description of a specified Service Point v4 based on the ID of the service point.

Request: PATCH https://us.fleet.bluec.at/user/api/v1/servicePoints/{id}/settings
Authorization: Bearer token
Content-Type: Application/JSON
{
    "name": "Updated Service Point v4 Name",
    "description": "Updated Service Point v4 Description"
}

Path parameter

Name Description Type Required/Optional
id The Service Point v4 ID Integer Required
Body parameters
  • name—the updated name of the service point
  • description—the updated description of the service point

Successful response

200 OK