{ "opencollection": "1.0.0", "info": { "name": "Britive Services API Documentation System Announcements API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System Announcements", "type": "folder" }, "items": [ { "info": { "name": "Get system announcements information", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/banner" }, "docs": "Get system announcements information" }, { "info": { "name": "Get system announcements information", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/settings/banner" }, "docs": "Get system announcements information" }, { "info": { "name": "Manage system announcements", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantURL}/api/settings/banner", "body": { "type": "json", "data": "{}" } }, "docs": "Manage system announcements" } ] } ], "bundled": true }