Skip to content

Highest priority doesn't work #17

@fedxyz

Description

@fedxyz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions