{ "operationId": "atlassianGetbanner", "method": "GET", "path": "/rest/api/3/announcementBanner", "summary": "Atlassian Get Announcement Banner Configuration", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"hashId\":\"9HN2FJK9DM8BHRWERVW3RRTGDJ4G4D5C\",\"isDismissible\":false,\"isEnabled\":true,\"message\":\"This is a public, enabled, non-dismissible banner, set using the API\",\"visibility\":\"public\"}" }, { "status": "403", "contentType": "application/json", "example": "\"Only admins can read banner configuration.\"" } ] }