Create an integration
Request
POST https://{hostname}:{port}
/build/rest2/plugins{id}/integrations
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | The identifier to use when looking up plugin. This is the ID or name of the plugin |
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"
}
