---
title: "UpdateAnnouncementBanner"
method: POST
path: "/gitpod.v1.OrganizationService/UpdateAnnouncementBanner"
tags: ["gitpod.v1.OrganizationService"]
---

# UpdateAnnouncementBanner

`POST /gitpod.v1.OrganizationService/UpdateAnnouncementBanner`

Updates the announcement banner configuration for an organization.

 Use this method to configure the announcement banner displayed to all users.
 Only organization admins can update the banner. Requires Enterprise tier.

 ### Examples

 - Enable announcement banner:

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   message: "Scheduled maintenance on Saturday 10pm-2am UTC"
   enabled: true
   ```

 - Disable announcement banner:

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   enabled: false
   ```

## Request body

- GitpodV1UpdateAnnouncementBannerRequest
  - `enabled` boolean, nullable — enabled controls whether the banner is displayed
  - `message` string, nullable — message is the banner message. Supports basic Markdown. Maximum 1000 characters.
  - `organizationId` string, uuid, required — organization_id is the ID of the organization

## Response `200`

Success

- GitpodV1UpdateAnnouncementBannerResponse
  - `banner` GitpodV1AnnouncementBanner, required
    - `enabled` boolean — enabled controls whether the banner is displayed
    - `message` string — message is the banner message displayed to users. Supports basic Markdown.
    - `organizationId` string, uuid, required — organization_id is the ID of the organization

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
