Update highest message
documentedAfter processing messages, delete them from the server up to a given highest message id for a device.
POST /devices/{device_id}/update_highest_message.jsonOpen Client APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pushover.net/1/devices/{{$device_id}}/update_highest_message.json" \
-X POST \
-H "Accept: application/json" \
-F "secret={{PUSHOVER_SECRET}}" \
-F "message={{$highest_message_id}}"