{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_webhooks API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_webhooks", "type": "folder" }, "items": [ { "info": { "name": "List all webhooks", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/webhooks/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "project", "value": "", "type": "query", "description": "Project ID" } ] }, "docs": "List all webhooks set up for your organization." }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/webhooks/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook for your organization." }, { "info": { "name": "Get all webhook actions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/webhooks/info/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "organization-only", "value": "", "type": "query", "description": "organization-only or not" } ] }, "docs": "Get descriptions of all available webhook actions to set up webhooks." }, { "info": { "name": "Get webhook info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/webhooks/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get webhook info" }, { "info": { "name": "Update webhook info", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/webhooks/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook info" }, { "info": { "name": "Delete webhook info", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/webhooks/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete webhook info" } ] } ], "bundled": true }