Skip to main content
POST
Update a Notification
Edits a notification’s title and body, using the notificationId returned from Send a notification.
See the API introduction to set up your base URL and private key before making requests.

How this behaves by status

Parameters

string
required
Your project ID from Project Settings in the dashboard.
string
required
The notificationId returned when the notification was sent.
string
required
Your private key from Project Settings.
string
required
New notification title.
string
required
New notification message body.

Response

201 Created
On failure, the response follows the shape documented in Error & success codes.