-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
the highest priority level doesn't work, it gives me Bad Request.
Trying with curl to send a notification with highest priority it seems that using this level requires an expire value too, here is the response that I get from curl:
{
"expire": "must be supplied with priority=2",
"errors": [
"expire must be supplied with priority=2"
],
"status": 0,
"request": <some uuid>
}
From pushover api:
To send an emergency-priority notification, the priority parameter must be set to 2 and the retry and expire parameters must be supplied.
Thanks for the help.
Metadata
Metadata
Assignees
Labels
No labels