You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
}
Hi,
the
highest
priority level doesn't work, it gives meBad 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:From pushover api:
Thanks for the help.
The text was updated successfully, but these errors were encountered: