{ "opencollection": "1.0.0", "info": { "name": "Pydantic API Discovery Alerts Channels API", "version": "1.0.0" }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List Channels", "type": "http" }, "http": { "method": "GET", "url": "https://pydantic.dev/api/v1/v1/channels/" }, "docs": "List all notification channels for the organization the project belongs to." }, { "info": { "name": "Create Channel", "type": "http" }, "http": { "method": "POST", "url": "https://pydantic.dev/api/v1/v1/channels/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a notification channel." }, { "info": { "name": "Get Channel", "type": "http" }, "http": { "method": "GET", "url": "https://pydantic.dev/api/v1/v1/channels/:channel_id/", "params": [ { "name": "channel_id", "value": "", "type": "path" } ] }, "docs": "Get a single notification channel by ID" }, { "info": { "name": "Update Channel", "type": "http" }, "http": { "method": "PUT", "url": "https://pydantic.dev/api/v1/v1/channels/:channel_id/", "params": [ { "name": "channel_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a notification channel." }, { "info": { "name": "Delete Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://pydantic.dev/api/v1/v1/channels/:channel_id/", "params": [ { "name": "channel_id", "value": "", "type": "path" } ] }, "docs": "Delete a notification channel." } ] } ], "bundled": true }