Edit the server
documentedUpdate server settings.
PUT /serverServerno 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.postmarkapp.com/server" \
-X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Postmark-Server-Token: {{POSTMARKAPP_API_KEY}}" \
-d '{"Name": "{{$server_name}}", "Color": "{{$server_color}}", "RawEmailEnabled": {{$raw_email_enabled}}, "DeliveryHookUrl": "{{$delivery_hook_url}}", "SmtpApiActivated": {{$smtp_api_activated}}}'