---
title: "Update a push notification"
method: PUT
path: "/groups/{groupId}/apps/{appId}/push/notifications/{messageId}"
tags: ["notifications"]
---

# Update a push notification

`PUT /groups/{groupId}/apps/{appId}/push/notifications/{messageId}`

Update a [push
notification](https://www.mongodb.com/docs/atlas/app-services/reference/push-notifications)
message.

## Response `200`

Successfully updated.

- Message
  - `allowed_ips` string
  - `appID` string
  - `label` string
  - `message` string
  - `topic` string
  - `created` string
  - `sent` string
  - `state` 'sent' | 'draft'

---

[API](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
