| Operation | HTTP Request | Description |
|---|---|---|
| List custom integrations |
GET /custom-integrations/ |
List custom integrations |
| Create custom integration |
POST /custom-integrations/ |
Create custom integration |
| Get custom integration by Id |
GET /custom-integrations/{id} |
Get custom integration by Id |
| Delete custom integration by Id |
DELETE /custom-integrations/{id} |
Delete custom integration by Id |
| Patch custom integration by Id |
PATCH /custom-integrations/{id} |
Patch custom integration by Id |