manageIntegration
Use this method to enable or disable an integration configured under the Integrations hub.
Parameters
Parameter | Description | Included in request | Type | Values |
|---|---|---|---|---|
| The ID of the integration you want to enable or disable. | Mandatory | String | No additional requirements. |
Return value
Attribute | Type | Description |
|---|---|---|
| Object | Contains the result of the request. |
result
Attribute | Type | Description |
|---|---|---|
| Boolean | Indicates if the request was successful. |
Example
Request:
{
"method": "manageIntegration",
"id": "b675cb3d-c884-444f-b339-b427bd82340b",
"jsonrpc": "2.0",
"params": {
"integrationId": "67fce9824fadcc167d085607",
"action": "enable"
}
}Response:
{
"id": "211843bd-d9ff-49b1-9df5-5a5b48a81e98",
"jsonrpc": "2.0",
"result": {
"success": true
}
}