Sign in

Update push

documented

Update a push (e.g., mark as dismissed or update list items) by iden.

POST /v2/pushes/{push_iden}Pushesno implementation yet0 runs
No 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.pushbullet.com/v2/pushes/{{$push_iden}}' \
  -X POST \
  -u '{{PUSHBULLET_API_KEY}}:' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{"dismissed": {{$dismissed}}, "items": {{$items}}}'