PUT /bsus/api/v1/patches/{patch_id} - Adaptive Applications - BlueCat Gateway - 23.1

BlueCat Server Update Services Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
23.1

Description

Update the patch information.

Parameters

Name Description
patch_id

Location: path

Type: string

The ID of the patch that you want to update.

payload

Location: body

Type: object

{
  "name": "string",
  "type": "string",
  "release_date": "string",
  "enabled": true
}
Parameters
  • name—the name of the patch.
  • type—the type of patch, such as bind_hotfix.
  • release_date—the release date of the patch.
  • enabled—if true, the patch will be applied ot servers in this Server Batch during the next scheduled or manual update. Servers that already have the patch are skipped.

Responses

Status Description
Successful

Code: 200

Body:
Success
Error

Code: 400

{
  "error": "<message>"
}

Code: 404

{
  "error": "Patch with ID <id> not found"
}