PUT /bsus/api/v1/service_configuration_template/{name} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Update a specific Configuration Template.

Parameters

Name Description
payload Location: body

Type: application/json

{
  "version": "string",
  "services": {
    "name_of_services": {
      "configurations": [
        {
          "name_of_configs": {
            "type_of_configs": "string",
          }
        }
      ]
    }
  }
}
name Location: path

Type: string

The name of the Configuration Template that you want to update.

Responses

Status Description
Successful

Code: 200

Body:
{
  "data": {
    "id": "string"
  }
}

The Configuration Template was updated successfully. When successful, the template's ID is returned in id.

Error

Code: 404

Body:
{
  "errors": [
    "<details>"
  ]
}

The Configuration Template could not be updated due to the reason given in the error message. The API might also not be configured with the proper credentials to update the Configuration Template details.