---
title: "Update a push notification"
method: PUT
path: "/engagement/push-notifications/{pushNotificationId}"
tags: ["Engagement Push Notification"]
---

# Update a push notification

`PUT /engagement/push-notifications/{pushNotificationId}`

Update an engagement push notification. Any pending (not yet sent) deliveries for this engagement are discarded
and re-queued from the updated document. While an engagement is live, its audience, targeting and
scheduling fields cannot be changed (for `fixed` frequency engagements neither can its content); pause
it first or the request fails with 409. Setting `status` to `live` starts delivery. `type`, `project`,
`organisation` and `createdBy` are set server-side and ignored if supplied.

## Path parameters

- `pushNotificationId` string, required

## Headers

- `project` string, required

## Request body

- unknown

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/6f02af3a6c47/schema)
