{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Notification Channels API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "NotificationChannels", "type": "folder" }, "items": [ { "info": { "name": "Get supported Notification Channels", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/notification-channels" }, "docs": "Get supported Notification Channels" }, { "info": { "name": "Create configuration of notification channel", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/notification-channels", "body": { "type": "json", "data": "{}" } }, "docs": "Create configuration of notification channel" }, { "info": { "name": "Create Slack app", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/notification-channels/slack/create-app", "body": { "type": "json", "data": "{}" } }, "docs": "Create Slack app" }, { "info": { "name": "Get configuration of notification channel", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/notification-channels/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Notification Channel name" } ] }, "docs": "Get configuration of notification channel" }, { "info": { "name": "Update configuration of Notification Channel", "type": "http" }, "http": { "method": "PUT", "url": "https://app.run.ai/api/v1/notification-channels/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Notification Channel name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update configuration of Notification Channel" }, { "info": { "name": "Patch configuration of Notification Channel", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.run.ai/api/v1/notification-channels/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Notification Channel name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch configuration of Notification Channel" }, { "info": { "name": "Delete configuration of Notification Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/notification-channels/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Notification Channel name" } ] }, "docs": "Delete configuration of Notification Channel" }, { "info": { "name": "Validate configuration of Notification Channel", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/validate-notification-channel", "body": { "type": "json", "data": "{}" } }, "docs": "Validate configuration of Notification Channel" } ] } ], "bundled": true }