---
title: "Update announcement banner configuration"
method: PUT
path: "/rest/api/3/announcementBanner"
tags: ["Announcement banner"]
---

# Update announcement banner configuration

`PUT /rest/api/3/announcementBanner`

Updates the announcement banner configuration.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- AnnouncementBannerConfigurationUpdate — Configuration of the announcement banner.
  - `isDismissible` boolean — Flag indicating if the announcement banner can be dismissed by the user.
  - `isEnabled` boolean — Flag indicating if the announcement banner is enabled or not.
  - `message` string — The text on the announcement banner.
  - `visibility` string — Visibility of the announcement banner. Can be public or private.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if an invalid parameter is passed.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
