{ "opencollection": "1.0.0", "info": { "name": "GitHub Org Banner API", "version": "1.1.4" }, "items": [ { "info": { "name": "Banner", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get Announcement Banner for Organization", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/orgs/:org/announcement", "params": [ { "name": "org", "value": "", "type": "path", "description": "The organization name. The name is not case sensitive." } ] }, "docs": "Gets the announcement banner currently set for the organization. Only returns the announcement banner set at the\norganization level. Organization members may also see an enterprise-level announcement banner. To get an\nannouncement banner displayed at the enterprise level, use the enterprise-level endpoint." }, { "info": { "name": "GitHub Set Announcement Banner for Organization", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}/api/v3/orgs/:org/announcement", "params": [ { "name": "org", "value": "", "type": "path", "description": "The organization name. The name is not case sensitive." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the announcement banner to display for the organization." }, { "info": { "name": "GitHub Remove Announcement Banner from Organization", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}/api/v3/orgs/:org/announcement", "params": [ { "name": "org", "value": "", "type": "path", "description": "The organization name. The name is not case sensitive." } ] }, "docs": "Removes the announcement banner currently set for the organization." } ] } ], "bundled": true }