v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBIntegrations
Update integration
Updates an integration. <br> <br> Permissions required: Permission to update the integration:
- the user has read-only administrative right.
- the user is the admin of the team that the integration belongs to.
patch/api/{cloudId}/v1/integrations/{id}
Path parameters
idstring required
Request body
Example request
{
"name": "Webhook Integration A",
"enabled": true,
"description": "A Sample of Webhook Integration",
"teamId": "8ae8a0a2-1122-5566-8899-11b82bbd85c9",
"typeSpecificProperties": {
"addAlertDetails": false,
"headers": {},
"addAlertDescription": false,
"outgoingSettingsEnabled": false,
"forwardingActionGroupEnabled": true,
"url": "http://asd.com"
}
}Response
Returned if the request is successful.