{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center tessell-notification-channel-controller API", "version": "1.0" }, "items": [ { "info": { "name": "tessell-notification-channel-controller", "type": "folder" }, "items": [ { "info": { "name": "getNotificationChannels", "type": "http" }, "http": { "method": "GET", "url": "{server}/governance/notification-channels", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "example-123", "type": "query", "description": "Name of the Entity" }, { "name": "destination-type", "value": "", "type": "query", "description": "notification channel destination type" }, { "name": "page-size", "value": "", "type": "query", "description": "Page size for get query" }, { "name": "page-offset", "value": "", "type": "query", "description": "Page offset for get query" } ] }, "docs": "Get Notification Channels" }, { "info": { "name": "Create Notification Channels", "type": "http" }, "http": { "method": "POST", "url": "{server}/governance/notification-channels", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Notification Channels" }, { "info": { "name": "getNotificationChannelById", "type": "http" }, "http": { "method": "GET", "url": "{server}/governance/notification-channels/:id", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of entity" } ] }, "docs": "Get Notification Channel by ID" }, { "info": { "name": "updateNotificationChannel", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/governance/notification-channels/:id", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Notification Channel" }, { "info": { "name": "deleteNotificationChannel", "type": "http" }, "http": { "method": "DELETE", "url": "{server}/governance/notification-channels/:id", "headers": [ { "name": "tenant-id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of entity" } ] } } ] } ], "bundled": true }