{ "opencollection": "1.0.0", "info": { "name": "AKASH - gRPC Gateway docs Addresses NotificationChannel API", "version": "1.0.0" }, "items": [ { "info": { "name": "NotificationChannel", "type": "folder" }, "items": [ { "info": { "name": "listNotificationChannels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/notification-channels", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items per page" }, { "name": "page", "value": "", "type": "query", "description": "Page number" } ] } }, { "info": { "name": "createNotificationChannel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/notification-channels", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "createDefaultNotificationChannel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/notification-channels/default", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getNotificationChannel", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/notification-channels/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateNotificationChannel", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/notification-channels/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteNotificationChannel", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/notification-channels/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }