Update the integration

Request

PUT https://{hostname}:{port}
  /build/rest2/plugins{id}/integrations{id}
Table 1. URL parameters
Parameter Type Required Description
id string true The identifier to use when looking up plugin. This is the ID or name of the plugin
id string true The identifier to use when looking up an integration. This is ID of the integration
This command takes a JSON request string or file. Use the following template for the request:
{
  "propName": "propValue, if having multi properties, 
  repeat this. If the propValue is an array, please use 
  JSONArray format.",
  "propSheetName": "The name of the plugin"
}