Skip to content
Ona Docs

Announcement Banner

GetAnnouncementBanner
POST/gitpod.v1.OrganizationService/GetAnnouncementBanner
UpdateAnnouncementBanner
POST/gitpod.v1.OrganizationService/UpdateAnnouncementBanner
ModelsExpand Collapse
AnnouncementBanner object { organizationId, enabled, message }
organizationId: string

organization_id is the ID of the organization

formatuuid
enabled: optional boolean

enabled controls whether the banner is displayed

message: optional string

message is the banner message displayed to users. Supports basic Markdown.

maxLength1000
AnnouncementBannerGetResponse object { banner }
AnnouncementBannerUpdateResponse object { banner }