{ "opencollection": "1.0.0", "info": { "name": "Pydantic API Discovery Alerts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "List Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://pydantic.dev/api/v1/v1/projects/:project_id/alerts/", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "List all alerts for a project." }, { "info": { "name": "Create Alert", "type": "http" }, "http": { "method": "POST", "url": "https://pydantic.dev/api/v1/v1/projects/:project_id/alerts/", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new alert." }, { "info": { "name": "Get Alert", "type": "http" }, "http": { "method": "GET", "url": "https://pydantic.dev/api/v1/v1/projects/:project_id/alerts/:alert_id/", "params": [ { "name": "alert_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Get an alert." }, { "info": { "name": "Update Alert", "type": "http" }, "http": { "method": "PUT", "url": "https://pydantic.dev/api/v1/v1/projects/:project_id/alerts/:alert_id/", "params": [ { "name": "alert_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an alert." }, { "info": { "name": "Delete Alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://pydantic.dev/api/v1/v1/projects/:project_id/alerts/:alert_id/", "params": [ { "name": "alert_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Delete an alert." } ] } ], "bundled": true }