Sign in

Update project

documented

Update project settings.

PUT /projects/{PROJECT_ID}Projectsno 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://pushpad.xyz/api/v1/projects/{{$PROJECT_ID}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "website": "{{$website}}", "icon_url": "{{$icon_url}}", "badge_url": "{{$badge_url}}", "notifications_ttl": {{$notifications_ttl}}, "notifications_require_interaction": {{$notifications_require_interaction}}, "notifications_silent": {{$notifications_silent}}}'
Update project · pushpad · OpenIntegrations